aboutsummaryrefslogtreecommitdiff
path: root/src/datetime-service.c
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2012-09-20 06:47:43 -0500
committerCharles Kerr <charles.kerr@canonical.com>2012-09-20 06:47:43 -0500
commit3f4134737085a73ab0b9379922d1db941f66137e (patch)
tree6b53e189ec3eef1cbba18e605a60204a48d0d5d9 /src/datetime-service.c
parentb576f93979293efbe9bf31641bf1fa47596aac98 (diff)
downloadayatana-indicator-datetime-3f4134737085a73ab0b9379922d1db941f66137e.tar.gz
ayatana-indicator-datetime-3f4134737085a73ab0b9379922d1db941f66137e.tar.bz2
ayatana-indicator-datetime-3f4134737085a73ab0b9379922d1db941f66137e.zip
copyediting: typo tweak
Diffstat (limited to 'src/datetime-service.c')
-rw-r--r--src/datetime-service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datetime-service.c b/src/datetime-service.c
index e97ec10..ccdfe14 100644
--- a/src/datetime-service.c
+++ b/src/datetime-service.c
@@ -1461,7 +1461,7 @@ main (int argc, char ** argv)
/* Set up the day timer */
day_timer_reset();
- /* Set up the second timer */
+ /* Set up the skew-check timer */
g_timeout_add_seconds (SKEW_CHECK_INTERVAL_SEC,
skew_check_timer_func,
NULL);