summaryrefslogtreecommitdiff
path: root/gps2udp.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 /gps2udp.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 'gps2udp.c')
-rw-r--r--gps2udp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gps2udp.c b/gps2udp.c
index 12e190eb..2c1ab765 100644
--- a/gps2udp.c
+++ b/gps2udp.c
@@ -433,7 +433,7 @@ int main(int argc, char **argv)
if (daemonize) {
if (os_daemon(0, 0) != 0) {
(void)fprintf(stderr,
- "gps2udp: demonization failed: %s\n",
+ "gps2udp: daemonization failed: %s\n",
strerror(errno));
}
}