Index: /trunk/FACT++/src/Configuration.cc
===================================================================
--- /trunk/FACT++/src/Configuration.cc	(revision 18586)
+++ /trunk/FACT++/src/Configuration.cc	(revision 18587)
@@ -529,10 +529,10 @@
     cout.setf(ios_base::left);
 
-    // =============> Implement prining of parsed options
+    // =============> Implement printing of parsed options
     for(unsigned i=0; i<options.size(); ++i)
     {
         const po::basic_option<char> &opt = options[i];
 
-        if (opt.value.size()==0 && !opt.string_key[0]=='-')
+        if (opt.value.size()==0 && opt.string_key[0]!='-')
             cout << "--";
         cout << setw(maxlen) << opt.string_key;
