diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/scrotty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scrotty.c b/src/scrotty.c index 71506c4..c934c35 100644 --- a/src/scrotty.c +++ b/src/scrotty.c @@ -650,7 +650,7 @@ print_help(void) "SPECIAL STRINGS\n" "\tBoth the --exec and filename-pattern parameters can take format specifiers\n" "\tthat are expanded by scrotty when encountered. There are two types of format\n" - "\tspecifier. Characters preceded by a '%%' are interpretted by strftime(3).\n" + "\tspecifier. Characters preceded by a '%%' are interpreted by strftime(3).\n" "\tSee `man strftime` for examples. These options may be used to refer to the\n" "\tcurrent date and time. The second kind are internal to scrotty and are prefixed\n" "\tby '$' or '\\'. The following specifiers are recognised:\n" |