diff options
Diffstat (limited to '')
-rw-r--r-- | agent/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/command.c b/agent/command.c index cebbf9a2f..d91b690df 100644 --- a/agent/command.c +++ b/agent/command.c @@ -153,7 +153,7 @@ has_option_name (const char *line, const char *name) /* Skip over options. It is assumed that leading spaces have been removed (this is the case for lines passed to a handler from - assuan). Bkanls after the options are also removed. */ + assuan). Blanks after the options are also removed. */ static char * skip_options (char *line) { |