Parcourir la source

[master] regen

Francis Dupont il y a 8 ans
Parent
commit
50bcba0518
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/lib/log/log_messages.cc

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

@@ -1,4 +1,4 @@
-// File created from log_messages.mes on Thu Jul  7 15:32:06 2011
+// File created from log_messages.mes on Tue Jan 24 2017 20:17
 
 #include <cstddef>
 #include <log/message_types.h>
@@ -52,7 +52,7 @@ const char* values[] = {
     "LOG_PREFIX_INVALID_ARG", "line %1: $PREFIX directive has an invalid argument ('%2')",
     "LOG_READING_LOCAL_FILE", "reading local message file %1",
     "LOG_READ_ERROR", "error reading from message file %1: %2",
-    "LOG_UNRECOGNIZED_DIRECTIVE", "line %1: unrecogniszd directive '%2'",
+    "LOG_UNRECOGNIZED_DIRECTIVE", "line %1: unrecognized directive '%2'",
     "LOG_WRITE_ERROR", "error writing to %1: %2",
     NULL
 };