moreupdates
[synfig.git] / synfig-core / trunk / src / synfig / canvasbase.h
index 3fc5225..eed34d4 100644 (file)
@@ -1,4 +1,4 @@
-/* === S I N F G =========================================================== */
+/* === S Y N F I G ========================================================= */
 /*!    \file canvasbase.h
 **     \brief Template Header
 **
@@ -21,8 +21,8 @@
 
 /* === S T A R T =========================================================== */
 
-#ifndef __SINFG_CANVASBASE_H
-#define __SINFG_CANVASBASE_H
+#ifndef __SYNFIG_CANVASBASE_H
+#define __SYNFIG_CANVASBASE_H
 
 /* === H E A D E R S ======================================================= */
 
 
 /* === T Y P E D E F S ===================================================== */
 
-namespace sinfg {
+namespace synfig {
 
 class Layer;
        
 typedef std::deque< etl::handle< Layer > > CanvasBase;
        
-}; // END of namespace sinfg
+}; // END of namespace synfig
 
 /* === E N D =============================================================== */