Browse Source

[trac555] Fix typo

Stephen Morris 14 years ago
parent
commit
fd99c69223
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/lib/log/logger_manager.cc

+ 2 - 2
src/lib/log/logger_manager.cc

@@ -104,7 +104,7 @@ LoggerManager::init(const std::string& root, const char* file,
 }
 
 
-/// Read local message file
+// Read local message file
 // TODO This should be done after the configuration has been read so that
 // the file can be placed in the local configuration
 void
@@ -116,7 +116,7 @@ LoggerManager::readLocalMessageFile(const char* file) {
     MessageReader reader(&dictionary);
     try {
 
-        // FIXEM: commented out for testing
+        // FIXME: commented out for testing
         // logger.info(MSG_RDLOCMES).arg(file);
         reader.readFile(file, MessageReader::REPLACE);