mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
Sync to Wine-0_9_2:
Francois Gouget <fgouget@free.fr> - Assorted spelling fixes. svn path=/trunk/; revision=19583
This commit is contained in:
parent
829a120a32
commit
29d10b7e0f
1 changed files with 2 additions and 2 deletions
|
@ -205,7 +205,7 @@ static const char *get_language_name(int lid) {
|
|||
PRETTYPRINTLANG(CORNISH)
|
||||
PRETTYPRINTLANG(WELSH)
|
||||
PRETTYPRINTLANG(BRETON)
|
||||
return "Unkown language";
|
||||
return "Unknown language";
|
||||
}
|
||||
#endif
|
||||
|
||||
|
@ -981,7 +981,7 @@ void verify_translations(resource_t *top) {
|
|||
add_resource(next);
|
||||
break;
|
||||
default:
|
||||
fprintf(stderr, "Report this: unkown resource type parsed %08x\n", next->type);
|
||||
fprintf(stderr, "Report this: unknown resource type parsed %08x\n", next->type);
|
||||
}
|
||||
next = next->next;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue