← Back to team overview

ayatana-commits team mailing list archive

[Merge] lp:~sargentd/indicator-datetime/fix-spelling into lp:indicator-datetime

 

Evgeni Golov has proposed merging lp:~sargentd/indicator-datetime/fix-spelling into lp:indicator-datetime.

Requested reviews:
  Indicator Applet Developers (indicator-applet-developers)

For more details, see:
https://code.launchpad.net/~sargentd/indicator-datetime/fix-spelling/+merge/63499

lintian found two spelling mistakes (most probably typos) in src/indicator-datetime.c
this is to fix them :)
-- 
https://code.launchpad.net/~sargentd/indicator-datetime/fix-spelling/+merge/63499
Your team ayatana-commits is subscribed to branch lp:indicator-datetime.
=== modified file 'src/indicator-datetime.c'
--- src/indicator-datetime.c	2011-04-18 14:09:39 +0000
+++ src/indicator-datetime.c	2011-06-05 18:48:29 +0000
@@ -270,7 +270,7 @@
 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 @@
 	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];


Follow ups