changeset 17279:ba79ea8176b5

Fix misspellings of "occurred".
author Paul Eggert <eggert@cs.ucla.edu>
date Wed, 09 Jan 2013 00:04:08 -0800
parents 72b197d90b18
children b83fbc95abc4
files ChangeLog lib/strftime.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -15113,7 +15113,7 @@
 2011-07-06  Erik Faye-Lund  <kusmabite@gmail.com>
 
 	poll: do not return 0 on timeout=-1
-	* lib/poll.c: Loop with yield if no events occured
+	* lib/poll.c: Loop with yield if no events occurred.
 
 2011-07-06  Eric Blake  <eblake@redhat.com>
 
--- a/lib/strftime.c
+++ b/lib/strftime.c
@@ -210,7 +210,7 @@
          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.  */                                         \