diff options
| author | Paul Eggert | 2013-01-09 00:25:11 -0800 |
|---|---|---|
| committer | Paul Eggert | 2013-01-09 00:25:11 -0800 |
| commit | 454fa9b7ea69d459d65643e7bae84b3a95dce44e (patch) | |
| tree | 789920fb33692aa42ccbb5c3a5a93d456c4a372e /lib/strftime.c | |
| parent | 677d5c928c0da0fd0b3172d2ea023bc73777a06c (diff) | |
| download | emacs-454fa9b7ea69d459d65643e7bae84b3a95dce44e.tar.gz emacs-454fa9b7ea69d459d65643e7bae84b3a95dce44e.zip | |
Spelling fix merged from gnulib.
Diffstat (limited to 'lib/strftime.c')
| -rw-r--r-- | lib/strftime.c | 2 |
1 files changed, 1 insertions, 1 deletions
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[]; | |||
| 210 | else \ | 210 | else \ |
| 211 | { \ | 211 | { \ |
| 212 | /* Ignore the value of fwrite. The caller can determine whether \ | 212 | /* Ignore the value of fwrite. The caller can determine whether \ |
| 213 | an error occured by inspecting ferror (P). All known fwrite \ | 213 | an error occurred by inspecting ferror (P). All known fwrite \ |
| 214 | implementations set the stream's error indicator when they \ | 214 | implementations set the stream's error indicator when they \ |
| 215 | fail due to ENOMEM etc., even though C11 and POSIX.1-2008 do \ | 215 | fail due to ENOMEM etc., even though C11 and POSIX.1-2008 do \ |
| 216 | not require this. */ \ | 216 | not require this. */ \ |