Browse Source

[trac542] typo in a comment

JINMEI Tatuya 14 years ago
parent
commit
de55258660
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/util/unittests/run_all.cc

+ 1 - 1
src/lib/util/unittests/run_all.cc

@@ -30,7 +30,7 @@ run_all() {
     int ret = 0;
 
     // The catching of exceptions generated in tests is controlled by the
-    // B10TEST_CATCH_EXCEPTIONS environment variable.  Setting this to
+    // B10TEST_CATCH_EXCEPTION environment variable.  Setting this to
     // 1 enables the cacthing of exceptions; setting it to 0 disables it.
     // Anything else causes a message to be printed to stderr and the default
     // taken.  (The default is to catch exceptions if compiling with clang