Typo: 'automagickly' -> 'automagically'.
[synfig.git] / synfig-core / trunk / src / synfig / context.cpp
index 247dac1..1ebc636 100644 (file)
@@ -286,7 +286,7 @@ Context::set_time(Time time)const
        // If this layer isn't defined, just return
        if((context)->empty()) return;
 
-       // Set up a wrter lock
+       // Set up a writer lock
        RWLock::WriterLock lock((*context)->get_rw_lock());
 
        //synfig::info("%s: dirty_time=%f",(*context)->get_name().c_str(),(float)(*context)->dirty_time_);
@@ -308,7 +308,7 @@ Context::set_time(Time time)const
 }
 
 void
-Context::set_time(Time time,const Vector &pos)const
+Context::set_time(Time time,const Vector &/*pos*/)const
 {
        set_time(time);
 /*