From 3ab4c09ac23486f6c892274338b8cfb77353caed Mon Sep 17 00:00:00 2001 From: =?utf8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Thu, 4 Apr 2013 19:34:27 +0000 Subject: [PATCH] [ROSAPPS] 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rosapps/applications/sysutils/utils/pice/module/disassembler.c b/rosapps/applications/sysutils/utils/pice/module/disassembler.c index ea257143418..df136c38187 100644 --- a/rosapps/applications/sysutils/utils/pice/module/disassembler.c +++ b/rosapps/applications/sysutils/utils/pice/module/disassembler.c @@ -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_* -- 2.17.1