moreupdates
[synfig.git] / synfig-core / trunk / src / synfig / interpolation.h
index 43db1ea..d89e721 100644 (file)
@@ -1,4 +1,4 @@
-/* === S I N F G =========================================================== */
+/* === S Y N F I G ========================================================= */
 /*!    \file interpolation.h
 **     \brief Template Header
 **
@@ -21,8 +21,8 @@
 
 /* === S T A R T =========================================================== */
 
-#ifndef __SINFG_INTERPOLATION_H
-#define __SINFG_INTERPOLATION_H
+#ifndef __SYNFIG_INTERPOLATION_H
+#define __SYNFIG_INTERPOLATION_H
 
 /* === H E A D E R S ======================================================= */
 
@@ -32,7 +32,7 @@
 
 /* === C L A S S E S & S T R U C T S ======================================= */
 
-namespace sinfg { 
+namespace synfig { 
 
 enum Interpolation
 {
@@ -45,7 +45,7 @@ enum Interpolation
        INTERPOLATION_NIL
 }; // END enum Interpolation
 
-}; // END of namespace sinfg
+}; // END of namespace synfig
 
 /* === E N D =============================================================== */