summaryrefslogtreecommitdiff
path: root/lib/libutil
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2021-08-01 15:29:29 +0000
committerandvar <andvar@NetBSD.org>2021-08-01 15:29:29 +0000
commitf82d03a6735947f452a1107bae5f8d16bb004036 (patch)
tree28ceeb30273d3cfc40166e1d6a3ed541ae5b29e5 /lib/libutil
parent2ab1be98c0cfd08f3ef989c9ad03bc0026bd7314 (diff)
fix typos in word "otherwise".
Diffstat (limited to 'lib/libutil')
-rw-r--r--lib/libutil/pidfile.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libutil/pidfile.c b/lib/libutil/pidfile.c
index f68322313c3..3fb7843e02f 100644
--- a/lib/libutil/pidfile.c
+++ b/lib/libutil/pidfile.c
@@ -1,4 +1,4 @@
-/* $NetBSD: pidfile.c,v 1.15 2019/12/27 09:45:26 msaitoh Exp $ */
+/* $NetBSD: pidfile.c,v 1.16 2021/08/01 15:29:29 andvar Exp $ */
/*-
* Copyright (c) 1999, 2016 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: pidfile.c,v 1.15 2019/12/27 09:45:26 msaitoh Exp $");
+__RCSID("$NetBSD: pidfile.c,v 1.16 2021/08/01 15:29:29 andvar Exp $");
#endif
#include <sys/param.h>
@@ -130,7 +130,7 @@ pidfile_varrun_path(char *path, size_t len, const char *bname)
}
/* Returns the process ID inside path on success, otherwise -1.
- * If no path is given, use the last pidfile path, othewise the default one. */
+ * If no path is given, use the last pidfile path, otherwise the default one. */
pid_t
pidfile_read(const char *path)
{