moreupdates
[synfig.git] / synfig-core / trunk / src / synfig / gradient.h
index 6bfe0a1..25b8984 100644 (file)
@@ -1,4 +1,4 @@
-/* === S I N F G =========================================================== */
+/* === S Y N F I G ========================================================= */
 /*!    \file gradient.h
 **     \brief Color Gradient Class
 **
@@ -21,8 +21,8 @@
 
 /* === S T A R T =========================================================== */
 
-#ifndef __SINFG_GRADIENT_H
-#define __SINFG_GRADIENT_H
+#ifndef __SYNFIG_GRADIENT_H
+#define __SYNFIG_GRADIENT_H
 
 /* === H E A D E R S ======================================================= */
 
@@ -38,7 +38,7 @@
 
 /* === C L A S S E S & S T R U C T S ======================================= */
 
-namespace sinfg {
+namespace synfig {
 
 /*! \struct GradientCPoint
 **     \brief \todo
@@ -95,7 +95,7 @@ public:
        const_iterator find(const UniqueID &id)const;
 }; // END of class Gradient
        
-}; // END of namespace sinfg
+}; // END of namespace synfig
 
 /* === E N D =============================================================== */