From: Paul Eggert Date: Wed, 9 Jan 2013 08:25:11 +0000 (-0800) Subject: Spelling fix merged from gnulib. X-Git-Tag: emacs-24.3.90~173^2~7^2~367 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=454fa9b7ea69d459d65643e7bae84b3a95dce44e;p=emacs.git Spelling fix merged from gnulib. --- diff --git a/lib/strftime.c b/lib/strftime.c index c82d585bfa1..91d5d85cbcf 100644 --- a/lib/strftime.c +++ b/lib/strftime.c @@ -210,7 +210,7 @@ extern char *tzname[]; else \ { \ /* Ignore the value of fwrite. The caller can determine whether \ - an error occured by inspecting ferror (P). All known fwrite \ + an error occurred by inspecting ferror (P). All known fwrite \ implementations set the stream's error indicator when they \ fail due to ENOMEM etc., even though C11 and POSIX.1-2008 do \ not require this. */ \