diff options
author | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-10 19:13:42 +0000 |
---|---|---|
committer | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-10 19:13:42 +0000 |
commit | 8a2986ca11e6865a85f9645fdf4941c9831100c0 (patch) | |
tree | 819e7143bd78b581ddd8f5c7e70437bf3e4fb330 /base/logging.h | |
parent | 4089b5109cc13a52dede93ae2f5433843317880d (diff) | |
download | chromium_src-8a2986ca11e6865a85f9645fdf4941c9831100c0.zip chromium_src-8a2986ca11e6865a85f9645fdf4941c9831100c0.tar.gz chromium_src-8a2986ca11e6865a85f9645fdf4941c9831100c0.tar.bz2 |
Fix a minor spelling typo.
Review URL: http://codereview.chromium.org/67045
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13524 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/logging.h')
-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 |