Spelling/alignment fixes.
diff --git a/tools/wrc/dumpres.c b/tools/wrc/dumpres.c
index a101bee..38f9f10 100644
--- a/tools/wrc/dumpres.c
+++ b/tools/wrc/dumpres.c
@@ -62,7 +62,7 @@
* maxlen - Max chars to copy
* Output : 'cs'
* Description : Copy a unicode string to ascii. Copying stops after the
- * first occuring '\0' or when maxlen-1 chars are copied. The
+ * first occurring '\0' or when maxlen-1 chars are copied. The
* String is always nul terminated.
* Remarks : No codepage translation is done.
*****************************************************************************