From a8f4ed81301d3e34b8b4f642b95c47677f947131 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Tue, 17 Sep 2019 18:45:50 +0200 Subject: Various spelling fixes --- nss/common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nss/common.h') diff --git a/nss/common.h b/nss/common.h index 82b3d49..3d8986e 100644 --- a/nss/common.h +++ b/nss/common.h @@ -48,7 +48,7 @@ /* These are macros for handling read and write problems, they are NSS specific due to the return code so are defined here. They - genrally close the open file, set an error code and return with + generally close the open file, set an error code and return with an error status. */ /* Macro is called to handle errors in opening a client connection. */ @@ -83,7 +83,7 @@ return NSS_STATUS_NOTFOUND; /* These are some general macros that are used to build parts of the - genral macros below. */ + general macros below. */ /* check to see if we should answer NSS requests */ #define NSS_AVAILCHECK \ -- cgit v1.2.3