mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-31 02:52:30 +01:00
Fix spelling errors
* "unknow" -> "unknown" * "occured" -> "occurred" Remove some entries from PO files where these entries contain spelling errors and there are other entries that are identical except for these mistakes. Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
This commit is contained in:
committed by
Carlos R. Mafra
parent
5cd40deb20
commit
b179803c11
@@ -58,7 +58,7 @@ static const char *webp_message_from_status(VP8StatusCode status)
|
||||
return known_message[status];
|
||||
|
||||
snprintf(custom_message, sizeof(custom_message),
|
||||
_("unknow status code %d"), status);
|
||||
_("unknown status code %d"), status);
|
||||
return custom_message;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user