diff options
Diffstat (limited to 'src/librc/librc-misc.c')
-rw-r--r-- | src/librc/librc-misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librc/librc-misc.c b/src/librc/librc-misc.c index b0edb942..6a3f3226 100644 --- a/src/librc/librc-misc.c +++ b/src/librc/librc-misc.c @@ -186,7 +186,7 @@ rc_config_list(const char *file) if (token && (strlen(token) > 1)) { /* If not variable assignment then skip */ if (strchr(token, '=')) { - /* Stip the newline if present */ + /* Strip the newline if present */ if (token[strlen(token) - 1] == '\n') token[strlen(token) - 1] = 0; |