summaryrefslogtreecommitdiff
path: root/gpsd.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-01-15 05:35:32 -0500
committerEric S. Raymond <esr@thyrsus.com>2013-01-15 05:35:32 -0500
commit65b4419c0dcf84c15c03d98d27c9f0197d31f3b6 (patch)
tree4bc3a8a5a915be975eb80bb8cac00216e7121abd /gpsd.c
parentdb9ffef4280568ed565fd639d5b9222b21028266 (diff)
downloadgpsd-65b4419c0dcf84c15c03d98d27c9f0197d31f3b6.tar.gz
Typo fix.
Diffstat (limited to 'gpsd.c')
-rw-r--r--gpsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsd.c b/gpsd.c
index e48bbb8a..1e60e179 100644
--- a/gpsd.c
+++ b/gpsd.c
@@ -1997,7 +1997,7 @@ int main(int argc, char *argv[])
#endif /* defined(CONTROL_SOCKET_ENABLE) || defined(SYSTEMD_ENABLE) */
- /* gpsd can't work with 'rigth' timezone when leapseconds inserted */
+ /* gpsd can't work with 'right' timezone when leapseconds inserted */
(void)putenv("TZ=UTC");
/* might be time to daemonize */