[evince] libview: Fix typo in parameter's description



commit 0634d0bbda55e51ded69142d82128b85587b5738
Author: Yuri Chornoivan <yurchor ukr net>
Date:   Thu May 21 21:57:24 2020 -0400

    libview: Fix typo in parameter's description

 libview/ev-document-model.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libview/ev-document-model.c b/libview/ev-document-model.c
index db537a5a..6c86349a 100644
--- a/libview/ev-document-model.c
+++ b/libview/ev-document-model.c
@@ -257,7 +257,7 @@ ev_document_model_class_init (EvDocumentModelClass *klass)
                                         PROP_MIN_SCALE,
                                         g_param_spec_double ("min-scale",
                                                              "Minimum Scale",
-                                                             "Minium scale factor",
+                                                             "Minimum scale factor",
                                                              0., G_MAXDOUBLE, DEFAULT_MIN_SCALE,
                                                              G_PARAM_READWRITE |
                                                               G_PARAM_STATIC_STRINGS));


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