]> www.infradead.org Git - mtd-utils.git/commitdiff
mtd-utils: fix spelling error
authorBrian Norris <norris@broadcom.com>
Wed, 18 Aug 2010 16:01:44 +0000 (09:01 -0700)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Mon, 30 Aug 2010 08:39:14 +0000 (11:39 +0300)
"fileds" is "fields"

Signed-off-by: Brian Norris <norris@broadcom.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
tests/jittertest/plotJittervsFill.c

index f8a566012a6daa3c89c3581af19229c946e261ff..9f6c7b357b389d1a4904f66c0f90aa6ad0d62097 100644 (file)
@@ -223,7 +223,7 @@ int main(
                                junkStr1, &junkInt1, &junkInt2, &junkInt3, &dfPercent);
             if(converted < 5)
             {
-                printf("Line %i contains \"%%\", but expected fileds not found. Skipping.\n", lineNo);
+                printf("Line %i contains \"%%\", but expected fields not found. Skipping.\n", lineNo);
             }else
             {
                 /* Now print out the saved jitter values (in col2) with this dfPercent value as the col1. */
@@ -258,7 +258,7 @@ int main(
         converted = sscanf(lineBuf, "%f %s %f %s\n", &junkFloat1, junkStr1, &jitter_ms, junkStr2);
         if(converted < 4)
         {
-            printf("Line %i contains \"ms\", but expected fileds not found. Converted %i, Skipping.",
+            printf("Line %i contains \"ms\", but expected fields not found. Converted %i, Skipping.",
                    lineNo, converted);
             printf("1=%i, 2=%s.\n", junkInt1, junkStr1);
             continue; /* not our jitter line*/