From 3054046e18332ca1bf9b901f69b02f21bb91c098 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Fri, 15 Apr 2022 11:53:24 -0400 Subject: multiple spelling and typo fixes This fixes #516. --- src/librc/librc-misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/librc/librc-misc.c') 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; -- cgit v1.2.3