diff options
author | Ted Gould <ted@gould.cx> | 2011-06-21 13:29:42 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-06-21 13:29:42 -0500 |
commit | 9ff173cc4b4c30229c3492964cafb58e9cec89a5 (patch) | |
tree | edd950f8433ef10f1293f24df1a9f662d107b3b0 /src | |
parent | 4102a7b9cd77973b8f01c8425d8570b632a93cf0 (diff) | |
parent | 5325c7a9c8ca4779f0336424b9e349fcba8d681f (diff) | |
download | ayatana-indicator-datetime-9ff173cc4b4c30229c3492964cafb58e9cec89a5.tar.gz ayatana-indicator-datetime-9ff173cc4b4c30229c3492964cafb58e9cec89a5.tar.bz2 ayatana-indicator-datetime-9ff173cc4b4c30229c3492964cafb58e9cec89a5.zip |
Spelling fix
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]; |