- Fix a typo.
authorAleksey Bragin <aleksey@reactos.org>
Sat, 15 Aug 2009 16:32:20 +0000 (16:32 +0000)
committerAleksey Bragin <aleksey@reactos.org>
Sat, 15 Aug 2009 16:32:20 +0000 (16:32 +0000)
svn path=/trunk/; revision=42708

rostests/dibtests/icontest/icontest.c

index a5761bc..f48320d 100644 (file)
@@ -9,7 +9,7 @@ const char titleDrwIco[] = "DrawIcon Output";
 const char titleMask[] = "Mask(AND image)";
 const char titleXor[] = "XOR(color image)";
 const char file[] = "Icon from file:";
 const char titleMask[] = "Mask(AND image)";
 const char titleXor[] = "XOR(color image)";
 const char file[] = "Icon from file:";
-const char res[] = "Icon from Resorce:";
+const char res[] = "Icon from Resource:";
 const char cursor[] = "Current Cursor:";
 const char cursormask[] = "Cursor Mask Bitmap";
 const char cursorcolor[] = "Cursor Color Bitmap";
 const char cursor[] = "Current Cursor:";
 const char cursormask[] = "Cursor Mask Bitmap";
 const char cursorcolor[] = "Cursor Color Bitmap";