diff options
-rw-r--r-- | base/logging.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/logging.h b/base/logging.h index d671ef5..b3bba0b 100644 --- a/base/logging.h +++ b/base/logging.h @@ -138,7 +138,7 @@ void InitLogging(const char* log_file, LoggingDestination logging_dest, // if this function is not called. void SetMinLogLevel(int level); -// Gets the curreng log level. +// Gets the current log level. int GetMinLogLevel(); // Sets the log filter prefix. Any log message below LOG_ERROR severity that |