]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/timercmn.cpp
More contrib compilation fixes & makefiles
[wxWidgets.git] / src / common / timercmn.cpp
index 035361aaaceea7f1566d075bd13c736b4a456dd6..ae3453a6f1baf6aa3317f5e0dbfa6b6ef75da5d0 100644 (file)
@@ -273,8 +273,8 @@ wxLongLong wxGetLocalTimeMillis()
 {
     wxLongLong val = 1000l;
 
-    // If possible, use a functin which avoids conversions from
-    // broken-up time structures to milliseconds,
+    // If possible, use a function which avoids conversions from
+    // broken-up time structures to milliseconds
 
 #if defined(HAVE_GETTIMEOFDAY)
     struct timeval tp;