From bb3630b9f1d07a953ad5d2cfd28fb266dc6f95e1 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 9 Jan 2013 00:04:08 -0800 Subject: [PATCH] Fix misspellings of "occurred". --- ChangeLog | 2 +- lib/strftime.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2d4793dd4..573fc13cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15113,7 +15113,7 @@ 2011-07-06 Erik Faye-Lund 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 diff --git a/lib/strftime.c b/lib/strftime.c index c82d585bf..91d5d85cb 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. */ \ -- 2.11.0