[gnote] Fix TimeSpan microseconds method



commit ed4c7a47c48d4bc83c0e69e65b34c7f096e49212
Author: Aurimas Äernius <aurisc4 gmail com>
Date:   Thu Jul 5 23:10:53 2012 +0300

    Fix TimeSpan microseconds method
    
    It's microseconds, rather than miliseconds.
    Rename the method.

 src/sharp/timespan.hpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/sharp/timespan.hpp b/src/sharp/timespan.hpp
index 6a58002..2e7ca72 100644
--- a/src/sharp/timespan.hpp
+++ b/src/sharp/timespan.hpp
@@ -50,7 +50,7 @@ namespace sharp {
       {
         return m_seconds;
       }
-    int misiseconds() const
+    int microseconds() const
       {
         return m_usecs;
       }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]