[gnome-calendar] Fix minor typos in a comment



commit bf2eb4771c125bd34224fde13ceae7b688616e93
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Wed Jun 3 21:10:59 2015 +0200

    Fix minor typos in a comment

 src/gcal-month-view.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gcal-month-view.c b/src/gcal-month-view.c
index be65925..5a8a0b9 100644
--- a/src/gcal-month-view.c
+++ b/src/gcal-month-view.c
@@ -1199,7 +1199,7 @@ gcal_month_view_draw (GtkWidget *widget,
 
           l = g_hash_table_lookup (ppriv->overflow_cells, GINT_TO_POINTER (i));
 
-          /* TODO: Warning in some languages this string can be too long and may overlap wit the number */
+          /* TODO: Warning: in some languages this string can be too long and may overlap with the number */
           overflow_str = g_strdup_printf (g_dngettext (GETTEXT_PACKAGE, "Other event", "Other %d events", 
g_list_length (l)),
                                           g_list_length (l));
 


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