diff options
Diffstat (limited to 'stdlib/fmtmsg.c')
-rw-r--r-- | stdlib/fmtmsg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/fmtmsg.c b/stdlib/fmtmsg.c index 038c2aee37..126132d859 100644 --- a/stdlib/fmtmsg.c +++ b/stdlib/fmtmsg.c @@ -155,7 +155,7 @@ fmtmsg (long int classification, const char *label, int severity, do_action ? action : "", do_action && do_tag ? " " : "", do_tag ? tag : "") == EOF) - /* Oh, oh. An error occured during the output. */ + /* Oh, oh. An error occurred during the output. */ result = MM_NOMSG; } |