diff options
Diffstat (limited to 'agent/findkey.c')
-rw-r--r-- | agent/findkey.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/findkey.c b/agent/findkey.c index fe9f79abc..20962bd43 100644 --- a/agent/findkey.c +++ b/agent/findkey.c @@ -49,7 +49,7 @@ struct try_unprotect_arg_s }; -/* Repalce all linefeeds in STRING by "%0A" and return a new malloced +/* Replace all linefeeds in STRING by "%0A" and return a new malloced * string. May return NULL on memory error. */ static char * linefeed_to_percent0A (const char *string) |