Add Option tests.
[command.git] / include / option.h
index 115676665388a3fb88f42ce065bde8ae85bf4b39..426942bf41cb7cd4616af64ab655a99cee41a8d3 100644 (file)
@@ -99,7 +99,7 @@ namespace command {
 
                 std::stringstream ss;
                 ss << argv.substr(pos + 1);
-                ss >> value;// memory leak? when is uncommented, and exception is
+                ss >> value;// memory leak? when uncommented and exception is
                             // thrown, valgrind shows e.g.:
                             //  possibly lost: 380 bytes in 7 blocks