[MKHIVE] Remove key name in our custom registry tree; use cell index instead
[reactos.git] / reactos / tools / obj2bin / obj2bin.c
index 34e596f..07b0767 100644 (file)
@@ -52,7 +52,7 @@ RelocateSection(
                 break;
 
             default:
-                printf("Unknown relocatation type %u, address 0x%x\n",
+                printf("Unknown relocation type %u, address 0x%x\n",
                        pReloc->Type, (unsigned)pReloc->VirtualAddress);
         }