diff options
Diffstat (limited to 'common/asshelp2.c')
-rw-r--r-- | common/asshelp2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/asshelp2.c b/common/asshelp2.c index a62189df9..4aad8a242 100644 --- a/common/asshelp2.c +++ b/common/asshelp2.c @@ -173,7 +173,7 @@ status_printf (ctrl_t ctrl, const char *keyword, const char *format, ...) } -/* Same as sytus_printf but takes a status number instead of a +/* Same as status_printf but takes a status number instead of a * keyword. */ gpg_error_t status_no_printf (ctrl_t ctrl, int no, const char *format, ...) |