]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
lib: Fix typo
authorTobias Stoeckmann <tobias@stoeckmann.org>
Fri, 13 Sep 2024 21:38:15 +0000 (23:38 +0200)
committerIker Pedrosa <ikerpedrosam@gmail.com>
Wed, 18 Sep 2024 12:52:05 +0000 (14:52 +0200)
Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
lib/shadowlog_internal.h

index f972a3c400efa2a95e8a8d4993d49f7533089e01..2ed7932be90070fbfc43de60af51dd713ac4ac5e 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef _SHADOWLOG_INTERNAL_H
 #define _SHADOWLOG_INTERNAL_H
 
-extern const char *shadow_progname; /* Program name showed in error messages */
+extern const char *shadow_progname; /* Program name shown in error messages */
 extern FILE *shadow_logfd;  /* file descriptor to which error messages are printed */
 
 #endif /* _SHADOWLOG_INTERNAL_H */