From 10479cc2a4acd6faaf643eb305233b49d70c31c1 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 10 Apr 2018 10:19:02 +1000 Subject: Many typo fixes from Karsten Weiss Spotted using https://github.com/lucasdemarchi/codespell --- openbsd-compat/bsd-nextstep.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsd-compat/bsd-nextstep.h') diff --git a/openbsd-compat/bsd-nextstep.h b/openbsd-compat/bsd-nextstep.h index 610f9e381..4a45b15af 100644 --- a/openbsd-compat/bsd-nextstep.h +++ b/openbsd-compat/bsd-nextstep.h @@ -36,7 +36,7 @@ /* NeXT's readdir() is BSD (struct direct) not POSIX (struct dirent) */ #define dirent direct -/* Swap out NeXT's BSD wait() for a more POSIX complient one */ +/* Swap out NeXT's BSD wait() for a more POSIX compliant one */ pid_t posix_wait(int *); #define wait(a) posix_wait(a) -- cgit v1.2.3