[ROSAPPS]
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Thu, 4 Apr 2013 19:34:27 +0000 (19:34 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Thu, 4 Apr 2013 19:34:27 +0000 (19:34 +0000)
Fix spelling of 'length' in various places.
Patch by andygui

CORE-7043 #comment Part for ROSApps committed in r58673, thanks!

svn path=/trunk/; revision=58673

rosapps/applications/sysutils/utils/pice/module/disassembler.c

index ea25714..df136c3 100644 (file)
@@ -57,7 +57,7 @@ typedef struct
     UCHAR Codes[20];             // Buffer where to store code UCHARs
 
     UCHAR bAsciiLen;             // Length of the ascii result
-    UCHAR bInstrLen;             // Instruction lenght in UCHARs
+    UCHAR bInstrLen;             // Instruction length in UCHARs
 
     int nDisplacement;          // Scanner: possible constant displacement
     int nScanEnum;              // Scanner: specific flags SCAN_*