aboutsummaryrefslogtreecommitdiff
path: root/src/datetime-service.c
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2012-09-20 06:37:25 -0500
committerCharles Kerr <charles.kerr@canonical.com>2012-09-20 06:37:25 -0500
commitb576f93979293efbe9bf31641bf1fa47596aac98 (patch)
treee170ba68704efbd8e647d3e379ef47576d3e25eb /src/datetime-service.c
parent38c2ed7d7b0b8f068ea166316fd1c882d4ca35b5 (diff)
downloadayatana-indicator-datetime-b576f93979293efbe9bf31641bf1fa47596aac98.tar.gz
ayatana-indicator-datetime-b576f93979293efbe9bf31641bf1fa47596aac98.tar.bz2
ayatana-indicator-datetime-b576f93979293efbe9bf31641bf1fa47596aac98.zip
Fix r190 typo. Yet another reminder to drink my morning coffee /before/ pushing.
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 c01121e..e97ec10 100644
--- a/src/datetime-service.c
+++ b/src/datetime-service.c
@@ -53,7 +53,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
#include "utils.h"
/* how often to check for clock skew */
-#define SKEW_CHECK_INTERVAL_SEC 19
+#define SKEW_CHECK_INTERVAL_SEC 10
#define SKEW_DIFF_THRESHOLD_SEC (SKEW_CHECK_INTERVAL_SEC + 5)