diff options
author | Damien Miller <djm@mindrot.org> | 2018-04-10 10:19:02 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2018-04-10 10:19:02 +1000 |
commit | 10479cc2a4acd6faaf643eb305233b49d70c31c1 (patch) | |
tree | 3ff183d0d7a71a2843e1cb13f682743761555053 /openbsd-compat/bsd-waitpid.h | |
parent | 907da2f88519b34189fd03fac96de0c52d448233 (diff) |
Many typo fixes from Karsten Weiss
Spotted using https://github.com/lucasdemarchi/codespell
Diffstat (limited to 'openbsd-compat/bsd-waitpid.h')
-rw-r--r-- | openbsd-compat/bsd-waitpid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsd-compat/bsd-waitpid.h b/openbsd-compat/bsd-waitpid.h index 5ce3ee4b5..b551268ab 100644 --- a/openbsd-compat/bsd-waitpid.h +++ b/openbsd-compat/bsd-waitpid.h | |||
@@ -27,7 +27,7 @@ | |||
27 | #define _BSD_WAITPID_H | 27 | #define _BSD_WAITPID_H |
28 | 28 | ||
29 | #ifndef HAVE_WAITPID | 29 | #ifndef HAVE_WAITPID |
30 | /* Clean out any potental issues */ | 30 | /* Clean out any potential issues */ |
31 | #undef WIFEXITED | 31 | #undef WIFEXITED |
32 | #undef WIFSTOPPED | 32 | #undef WIFSTOPPED |
33 | #undef WIFSIGNALED | 33 | #undef WIFSIGNALED |