Typo: 'abreviate' -> 'abbreviate'.
[synfig.git] / synfig-core / trunk / src / synfig / time.cpp
index 98dbff5..b751e8e 100644 (file)
@@ -101,7 +101,7 @@ Time::Time(const String &str_, float fps):
        int read;
        float amount;
 
-       // Now try to read it in the letter-abreviated format
+       // Now try to read it in the letter-abbreviated format
        while(pos<str.size() && sscanf(String(str,pos).c_str(),"%f%n",&amount,&read))
        {
                pos+=read;