Utils/Console: New add() API documentation updates
[senf.git] / senf / Utils / Console / ScopedDirectory.hh
index 2b298f9..e5f1248 100644 (file)
@@ -96,7 +96,7 @@ namespace console {
 
             MyClass() : configDir(this)
             {
-                configDIr.add(...);
+                configDir.add(...);
             }
         };
         \endcode