You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-dev@logging.apache.org by ts...@apache.org on 2014/01/29 15:15:52 UTC

svn commit: r1562449 - /incubator/log4cxx/trunk/src/main/cpp/cacheddateformat.cpp

Author: tschoening
Date: Wed Jan 29 14:15:52 2014
New Revision: 1562449

URL: http://svn.apache.org/r1562449
Log:
spelling correction

Modified:
    incubator/log4cxx/trunk/src/main/cpp/cacheddateformat.cpp

Modified: incubator/log4cxx/trunk/src/main/cpp/cacheddateformat.cpp
URL: http://svn.apache.org/viewvc/incubator/log4cxx/trunk/src/main/cpp/cacheddateformat.cpp?rev=1562449&r1=1562448&r2=1562449&view=diff
==============================================================================
--- incubator/log4cxx/trunk/src/main/cpp/cacheddateformat.cpp (original)
+++ incubator/log4cxx/trunk/src/main/cpp/cacheddateformat.cpp Wed Jan 29 14:15:52 2014
@@ -223,7 +223,7 @@ int CachedDateFormat::findMillisecondSta
 
 /**
  *   Formats a count of milliseconds (0-999) into a numeric representation.
- *   @param millis Millisecond coun between 0 and 999.
+ *   @param millis Millisecond count between 0 and 999.
  *   @buf String buffer, may not be null.
  *   @offset Starting position in buffer, the length of the
  *       buffer must be at least offset + 3.