[gtkmm] Border: Fix documentation typos.



commit d9be9e2128a7eb3b428440c4880b2e02871b23f7
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Feb 13 22:06:41 2012 +0100

    Border: Fix documentation typos.

 gtk/src/border.hg |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/gtk/src/border.hg b/gtk/src/border.hg
index a7881c8..b8f47ff 100644
--- a/gtk/src/border.hg
+++ b/gtk/src/border.hg
@@ -31,11 +31,11 @@ class Border
   _CLASS_BOXEDTYPE(Border, GtkBorder, gtk_border_new, gtk_border_copy, gtk_border_free)
 public:
 
-  /** Get the The width of the left border.
+  /** Get the width of the left border.
    */
   _MEMBER_GET(left, left, int, gint)
 
-  /** Set the The width of the left border.
+  /** Set the width of the left border.
    */
   _MEMBER_SET(left, left, int, gint)
 
@@ -47,19 +47,19 @@ public:
    */
   _MEMBER_SET(right, right, int, gint)
 
-  /** Get the The width of the top border.
+  /** Get the width of the top border.
    */
   _MEMBER_GET(top, top, int, gint)
 
-  /** Set the The width of the top border.
+  /** Set the width of the top border.
    */
   _MEMBER_SET(top, top, int, gint)
 
-  /** Get the The width of the bottom border.
+  /** Get the width of the bottom border.
    */
   _MEMBER_GET(bottom, bottom, int, gint)
 
-  /** Set the The width of the bottom border.
+  /** Set the width of the bottom border.
    */
   _MEMBER_SET(bottom, bottom, int, gint)
 };



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]