From 62bd261fbe016fdb4e8ed3f40d66637af6b2b462 Mon Sep 17 00:00:00 2001 From: Tobias Stoeckmann Date: Fri, 13 Sep 2024 23:38:15 +0200 Subject: [PATCH] lib: Fix typo Signed-off-by: Tobias Stoeckmann --- lib/shadowlog_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.47.3