Skip to content

Commit

Permalink
lib: Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
  • Loading branch information
stoeckmann committed Sep 13, 2024
1 parent 742b1b0 commit 2ff1b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/shadowlog_internal.h
Original file line number Diff line number Diff line change
@@ -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 */

0 comments on commit 2ff1b6a

Please sign in to comment.