summaryrefslogtreecommitdiff
path: root/gps2udp.c
diff options
context:
space:
mode:
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));
}
}