moreupdates
[synfig.git] / synfig-core / trunk / src / synfig / rect.h
index 87f8dc5..ddd2605 100644 (file)
@@ -1,4 +1,4 @@
-/* === S I N F G =========================================================== */
+/* === S Y N F I G ========================================================= */
 /*!    \file rect.h
 **     \brief Rectangle Class
 **
@@ -21,8 +21,8 @@
 
 /* === S T A R T =========================================================== */
 
-#ifndef __SINFG_RECT_H
-#define __SINFG_RECT_H
+#ifndef __SYNFIG_RECT_H
+#define __SYNFIG_RECT_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 {
 
 class Rect : public etl::rect<Real>
 {
@@ -166,7 +166,7 @@ public:
        bool is_valid()const { return valid(); }
 }; // END of class Rect
 
-}; // END of namespace sinfg
+}; // END of namespace synfig
 
 /* === E N D =============================================================== */