diff options
| author | U. Ser | 2011-05-10 15:57:12 +0200 |
|---|---|---|
| committer | U. Ser | 2011-05-10 15:57:12 +0200 |
| commit | 9b053e766d00b0c74e0c8a8e31af7d46aa880f32 (patch) | |
| tree | 78d6d58095f772f7c2c78a6010ef25a9702e6117 /admin/notes | |
| parent | 296d197b34bfedb9ae5de8ffd615cdc428e60b8a (diff) | |
| download | emacs-9b053e766d00b0c74e0c8a8e31af7d46aa880f32.tar.gz emacs-9b053e766d00b0c74e0c8a8e31af7d46aa880f32.zip | |
fix many doubled-word typos
Diffstat (limited to 'admin/notes')
| -rw-r--r-- | admin/notes/exit-value | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/notes/exit-value b/admin/notes/exit-value index e59bb614b9b..cad6862c8aa 100644 --- a/admin/notes/exit-value +++ b/admin/notes/exit-value | |||
| @@ -10,7 +10,7 @@ different dispatch model that is not explained further here). | |||
| 10 | From the point of view of the program, nowadays stdlib.h on both type of | 10 | From the point of view of the program, nowadays stdlib.h on both type of |
| 11 | systems provides macros `EXIT_SUCCESS' and `EXIT_FAILURE' that should DTRT. | 11 | systems provides macros `EXIT_SUCCESS' and `EXIT_FAILURE' that should DTRT. |
| 12 | 12 | ||
| 13 | NB: The numerical values of these macros DO NOT need to fulfill the the exit | 13 | NB: The numerical values of these macros DO NOT need to fulfill the exit |
| 14 | value requirements outlined in the first paragraph! That is the job of the | 14 | value requirements outlined in the first paragraph! That is the job of the |
| 15 | `exit' function. Thus, this kind of construct shows misunderstanding: | 15 | `exit' function. Thus, this kind of construct shows misunderstanding: |
| 16 | 16 | ||