moreupdates
[synfig.git] / synfig-core / trunk / src / synfig / proto / nodebase.px
index 19b4ea2..b5ed847 100644 (file)
@@ -1,4 +1,4 @@
-/* === S I N F G =========================================================== */
+/* === S Y N F I G ========================================================= */
 /*!    \file nodebase.h
 **     \brief Template Header
 **
@@ -21,8 +21,8 @@
 
 /* === S T A R T =========================================================== */
 
-#ifndef __SINFG_NODEBASE_H
-#define __SINFG_NODEBASE_H
+#ifndef __SYNFIG_NODEBASE_H
+#define __SYNFIG_NODEBASE_H
 
 /* === H E A D E R S ======================================================= */
 
@@ -37,7 +37,7 @@
 
 /* === C L A S S E S & S T R U C T S ======================================= */
 
-namespace sinfg {
+namespace synfig {
 namespace Proto {
 
 typedef int Query;
@@ -66,7 +66,7 @@ public:
 }; // END of class Proto::NodeBase
 
 }; // END of namespace Proto
-}; // END of namespace sinfg
+}; // END of namespace synfig
 
 /* === E N D =============================================================== */