summaryrefslogtreecommitdiff
path: root/gpspipe.c
diff options
context:
space:
mode:
authorFred Wright <fw@fwright.net>2017-03-04 13:53:06 -0800
committerFred Wright <fw@fwright.net>2017-03-04 13:53:06 -0800
commit68372c3547c96a06f12bacd36ae97e9903537f9b (patch)
tree8075d68d4d7a8d26f0925bb73e50dedccafc94ee /gpspipe.c
parent2f16a30a4e3a36dd1fe175de885193a73aa99ae6 (diff)
downloadgpsd-68372c3547c96a06f12bacd36ae97e9903537f9b.tar.gz
Fixes spelling of "daemonization".
Error messages related to daemonization failures had incorrect spelling. TESTED: Ran "scons build-all" on OSX.
Diffstat (limited to 'gpspipe.c')
-rw-r--r--gpspipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpspipe.c b/gpspipe.c
index bd72f153..0d4a7899 100644
--- a/gpspipe.c
+++ b/gpspipe.c
@@ -251,7 +251,7 @@ int main(int argc, char **argv)
if (daemonize)
if (os_daemon(0, 0) != 0)
(void)fprintf(stderr,
- "gpspipe: demonization failed: %s\n",
+ "gpspipe: daemonization failed: %s\n",
strerror(errno));
/* Sleep for ten seconds if the user requested it. */