From 03425185b04fbfeb5f5f714477eeaa039423e190 Mon Sep 17 00:00:00 2001 From: a1346054 <36859588+a1346054@users.noreply.github.com> Date: Sat, 4 Sep 2021 20:30:26 +0000 Subject: [PATCH] Fix some spelling mistakes --- mkpasswd.1 | 2 +- whois.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mkpasswd.1 b/mkpasswd.1 index e35fac4..f5e5775 100644 --- a/mkpasswd.1 +++ b/mkpasswd.1 @@ -77,7 +77,7 @@ If the option is used then passwords containing some control characters may not be read correctly. .P -This programs suffers of a bad case of featuritis. +This program suffers of a bad case of featuritis. .SH "SEE ALSO" .IR passwd (1), .IR passwd (5), diff --git a/whois.c b/whois.c index 1833996..369e9cd 100644 --- a/whois.c +++ b/whois.c @@ -485,7 +485,7 @@ const char *match_config_file(const char *s) #endif /* Parses an user-supplied string and tries to guess the right whois server. - * Returns a dinamically allocated buffer. + * Returns a dynamically allocated buffer. */ char *guess_server(const char *s) {