diff --git a/src/rcfile.c b/src/rcfile.c index 42beb509..ab96f9d8 100644 --- a/src/rcfile.c +++ b/src/rcfile.c @@ -514,7 +514,7 @@ void parse_rcfile(FILE *rcstream) parse_colors(ptr); #endif /* ENABLE_COLOR */ else { - rcfile_msg(_("command %s not understood"), keyword); + rcfile_msg(_("Command %s not understood"), keyword); continue; }