bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Fix misspellings of "occurred".


From: Paul Eggert
Subject: [PATCH] Fix misspellings of "occurred".
Date: Wed, 09 Jan 2013 00:05:44 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0

---
 ChangeLog      | 2 +-
 lib/strftime.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 2d4793d..573fc13 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15113,7 +15113,7 @@
 2011-07-06  Erik Faye-Lund  <address@hidden>
 
        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  <address@hidden>
 
diff --git a/lib/strftime.c b/lib/strftime.c
index c82d585..91d5d85 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.  */                                         \
-- 
1.7.11.7




reply via email to

[Prev in Thread] Current Thread [Next in Thread]