Merge lp:~evgeni/indicator-datetime/fix-spelling into lp:indicator-datetime/0.3

Proposed by Evgeni Golov
Status: Merged
Approved by: Ted Gould
Approved revision: 111
Merged at revision: 112
Proposed branch: lp:~evgeni/indicator-datetime/fix-spelling
Merge into: lp:indicator-datetime/0.3
Diff against target: 21 lines (+2/-2)
1 file modified
src/indicator-datetime.c (+2/-2)
To merge this branch: bzr merge lp:~evgeni/indicator-datetime/fix-spelling
Reviewer Review Type Date Requested Status
Ted Gould (community) Approve
Review via email: mp+63499@code.launchpad.net

Description of the change

lintian found two spelling mistakes (most probably typos) in src/indicator-datetime.c
this is to fix them :)

To post a comment you must log in.
Revision history for this message
Ted Gould (ted) wrote :

Wow, I'm a little scared that Lintian can catch spelling errors. Does not bode well for any software I write getting packaged for Debian/Ubuntu ;-)

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/indicator-datetime.c'
2--- src/indicator-datetime.c 2011-04-18 14:09:39 +0000
3+++ src/indicator-datetime.c 2011-06-05 18:48:29 +0000
4@@ -270,7 +270,7 @@
5 menu_visible_notfy_cb(GtkWidget * menu, G_GNUC_UNUSED GParamSpec *pspec, gpointer user_data)
6 {
7 IndicatorDatetime * self = INDICATOR_DATETIME(user_data);
8- g_debug("notify visible signal recieved");
9+ g_debug("notify visible signal received");
10
11 // we should only react if we're currently visible
12 gboolean visible;
13@@ -1077,7 +1077,7 @@
14 GArray * timevals = g_array_new(FALSE, TRUE, sizeof(struct tm));
15 build_timeval_array(timevals, posibilitymask);
16
17- g_debug("Checking against %d posible times", timevals->len);
18+ g_debug("Checking against %d possible times", timevals->len);
19 gint check_time;
20 for (check_time = 0; check_time < timevals->len; check_time++) {
21 gchar longstr[256];

Subscribers

People subscribed via source and target branches