From: Tobias Stoeckmann Date: Fri, 13 Sep 2024 21:38:15 +0000 (+0200) Subject: lib: Fix typo X-Git-Tag: 4.17.0-rc1~72 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=62bd261fbe016fdb4e8ed3f40d66637af6b2b462;p=thirdparty%2Fshadow.git lib: Fix typo Signed-off-by: Tobias Stoeckmann --- diff --git a/lib/shadowlog_internal.h b/lib/shadowlog_internal.h index f972a3c40..2ed7932be 100644 --- a/lib/shadowlog_internal.h +++ b/lib/shadowlog_internal.h @@ -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 */