From 8a2986ca11e6865a85f9645fdf4941c9831100c0 Mon Sep 17 00:00:00 2001 From: "ericroman@google.com" Date: Fri, 10 Apr 2009 19:13:42 +0000 Subject: 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 --- base/logging.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/logging.h') 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 -- cgit v1.1