--- trunk/reactos/tools/wrc/translation.c 2005-11-25 22:55:40 UTC (rev 19582)
+++ trunk/reactos/tools/wrc/translation.c 2005-11-25 22:59:48 UTC (rev 19583)
@@ -205,7 +205,7 @@
PRETTYPRINTLANG(CORNISH)
PRETTYPRINTLANG(WELSH)
PRETTYPRINTLANG(BRETON)
- return "Unkown language";
+ return "Unknown language";
}
#endif
@@ -981,7 +981,7 @@
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;
}