[goocanvas] Fix typo (lefmost)



commit 2668e7c3a314d21816e215ae46768746df8a0a36
Author: Anders Jonsson <anders jonsson norsjovallen se>
Date:   Tue Mar 7 23:58:10 2017 +0100

    Fix typo (lefmost)
    
    https://bugzilla.gnome.org/show_bug.cgi?id=779735

 src/goocanvastable.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/goocanvastable.c b/src/goocanvastable.c
index f13682c..c1d8480 100644
--- a/src/goocanvastable.c
+++ b/src/goocanvastable.c
@@ -262,7 +262,7 @@ goo_canvas_table_install_common_properties (GObjectClass *gobject_class,
   g_object_class_install_property (gobject_class, PROP_X_BORDER_SPACING,
                                    g_param_spec_double("x-border-spacing",
                                                        _("X Border Spacing"),
-                                                       _("The amount of spacing between the lefmost and 
rightmost cells and the border grid line"),
+                                                       _("The amount of spacing between the leftmost and 
rightmost cells and the border grid line"),
                                                        0.0, G_MAXDOUBLE, 0.0,
                                                        G_PARAM_READWRITE));
   g_object_class_install_property (gobject_class, PROP_Y_BORDER_SPACING,


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