diff options
author | 2007-11-23 09:22:18 +0000 | |
---|---|---|
committer | 2007-11-23 09:22:18 +0000 | |
commit | 2aaf6b6120a9db09203435270f95c1e6586aa039 (patch) | |
tree | c8bfc60a5244a92e269190c58931dbae76fce319 | |
parent | Split the cmmu code routines into single 88110 (MVME197LE) and 88110+88410 (diff) | |
download | wireguard-openbsd-2aaf6b6120a9db09203435270f95c1e6586aa039.tar.xz wireguard-openbsd-2aaf6b6120a9db09203435270f95c1e6586aa039.zip |
fix typo
ok pyr@
-rw-r--r-- | usr.sbin/hoststated/hoststated.c | 4 | ||||
-rw-r--r-- | usr.sbin/relayd/relayd.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/hoststated/hoststated.c b/usr.sbin/hoststated/hoststated.c index 72f8d805d08..76fd35a7f27 100644 --- a/usr.sbin/hoststated/hoststated.c +++ b/usr.sbin/hoststated/hoststated.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hoststated.c,v 1.56 2007/11/21 20:13:20 reyk Exp $ */ +/* $OpenBSD: hoststated.c,v 1.57 2007/11/23 09:22:18 sthen Exp $ */ /* * Copyright (c) 2006 Pierre-Yves Ritschard <pyr@openbsd.org> @@ -80,7 +80,7 @@ main_sig_handler(int sig, short event, void *arg) die = 1; /* FALLTHROUGH */ case SIGCHLD: - if (check_child(pfe_pid, "pf udpate engine")) { + if (check_child(pfe_pid, "pf update engine")) { pfe_pid = 0; die = 1; } diff --git a/usr.sbin/relayd/relayd.c b/usr.sbin/relayd/relayd.c index a3398365107..f0ea86ef005 100644 --- a/usr.sbin/relayd/relayd.c +++ b/usr.sbin/relayd/relayd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: relayd.c,v 1.56 2007/11/21 20:13:20 reyk Exp $ */ +/* $OpenBSD: relayd.c,v 1.57 2007/11/23 09:22:18 sthen Exp $ */ /* * Copyright (c) 2006 Pierre-Yves Ritschard <pyr@openbsd.org> @@ -80,7 +80,7 @@ main_sig_handler(int sig, short event, void *arg) die = 1; /* FALLTHROUGH */ case SIGCHLD: - if (check_child(pfe_pid, "pf udpate engine")) { + if (check_child(pfe_pid, "pf update engine")) { pfe_pid = 0; die = 1; } |