[goffice] Typo.



commit b0b4b5381b6856d3ef9fb86d7bceba60a14b8053
Author: Morten Welinder <terra gnome org>
Date:   Fri Jan 16 13:37:20 2015 -0500

    Typo.

 goffice/graph/gog-axis.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/goffice/graph/gog-axis.c b/goffice/graph/gog-axis.c
index b887918..b8b4cb2 100644
--- a/goffice/graph/gog-axis.c
+++ b/goffice/graph/gog-axis.c
@@ -3499,7 +3499,7 @@ gog_axis_class_init (GObjectClass *gobject_klass)
        g_object_class_install_property (gobject_klass, AXIS_PROP_METRICS_RATIO,
                g_param_spec_double ("metrics-ratio",
                        _("Metrics ratio"),
-                       _("If an axis is used as reference, gives the ratio of the ticks distance, and it the 
metrix is absolute, the ticks distance. Defaults to 1.0"),
+                       _("If an axis is used as reference, gives the ratio of the ticks distance, and if the 
metrix is absolute, the ticks distance. Defaults to 1.0"),
                    0.01, 100., 1.,
                        GSF_PARAM_STATIC | G_PARAM_READWRITE | GO_PARAM_PERSISTENT));
        g_object_class_install_property (gobject_klass, AXIS_PROP_REF_AXIS,


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