diff options
author | Evgeni Golov <evgeni@debian.org> | 2011-06-05 20:45:28 +0200 |
---|---|---|
committer | Evgeni Golov <evgeni@debian.org> | 2011-06-05 20:45:28 +0200 |
commit | 5325c7a9c8ca4779f0336424b9e349fcba8d681f (patch) | |
tree | 03b37bc72d74b4dd31a70eceec1791aa1434458e /src | |
parent | 7b878caf9f39ee8d8a799f6454e079e35fe2a962 (diff) | |
download | ayatana-indicator-datetime-5325c7a9c8ca4779f0336424b9e349fcba8d681f.tar.gz ayatana-indicator-datetime-5325c7a9c8ca4779f0336424b9e349fcba8d681f.tar.bz2 ayatana-indicator-datetime-5325c7a9c8ca4779f0336424b9e349fcba8d681f.zip |
fix two spelling mistakes spotted by lintian
Diffstat (limited to 'src')
-rw-r--r-- | src/indicator-datetime.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/indicator-datetime.c b/src/indicator-datetime.c index eb4b695..800fa87 100644 --- a/src/indicator-datetime.c +++ b/src/indicator-datetime.c @@ -270,7 +270,7 @@ static void menu_visible_notfy_cb(GtkWidget * menu, G_GNUC_UNUSED GParamSpec *pspec, gpointer user_data) { IndicatorDatetime * self = INDICATOR_DATETIME(user_data); - g_debug("notify visible signal recieved"); + g_debug("notify visible signal received"); // we should only react if we're currently visible gboolean visible; @@ -1077,7 +1077,7 @@ guess_label_size (IndicatorDatetime * self) GArray * timevals = g_array_new(FALSE, TRUE, sizeof(struct tm)); build_timeval_array(timevals, posibilitymask); - g_debug("Checking against %d posible times", timevals->len); + g_debug("Checking against %d possible times", timevals->len); gint check_time; for (check_time = 0; check_time < timevals->len; check_time++) { gchar longstr[256]; |