diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 14:46:23 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 14:46:28 +0100 |
| commit | 9510738b0aaf7e7d8516c895597a591827eb596a (patch) | |
| tree | b473e9a472e5b2d618436d849981129acf8b16eb /libhaiku.c | |
| parent | Update e-mail (diff) | |
| download | libhaiku-9510738b0aaf7e7d8516c895597a591827eb596a.tar.gz libhaiku-9510738b0aaf7e7d8516c895597a591827eb596a.tar.bz2 libhaiku-9510738b0aaf7e7d8516c895597a591827eb596a.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | libhaiku.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -99,8 +99,8 @@ libhaiku_generic(void) * Get a poetic error message * * @param errnum `errno` value that the error message shall be selected for - * @param genericp Unless `NULL`, will be set to 1 if the function didn't have - * any haikus specific the the specified error, and had to + * @param genericp Unless `NULL`, will be set to 1 if the function did not have + * any haikus specific to the specified error, and had to * return a generic haiku, and to 0 otherwise * @return A poetic error message */ @@ -205,7 +205,7 @@ libhaiku_strerror(int errnum, int *genericp) #ifdef EHOSTDOWN case EHOSTDOWN: - H("Windows NT crashed.\n""I am the Blue Screen of Death.\n""Noone hears your screams.\n", + H("Windows NT crashed.\n""I am the Blue Screen of Death.\n""No one hears your screams.\n", "Won't you please observe\n""a brief moment of silence\n""For the dead server?\n"); #endif |
