aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBrian Norris <norris@broadcom.com>2010-08-18 09:01:44 -0700
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2010-08-30 11:39:14 +0300
commita611ba6b5f3ce8356c0e3ae62f0ebbee7d54f046 (patch)
tree2c7a2595d83eaf48a08f2b186ce501053ea40e87 /tests
parent07a87aa599a8fc32e938d9987bd2b59eebcfcb76 (diff)
mtd-utils: fix spelling error
"fileds" is "fields" Signed-off-by: Brian Norris <norris@broadcom.com> Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/jittertest/plotJittervsFill.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/jittertest/plotJittervsFill.c b/tests/jittertest/plotJittervsFill.c
index f8a5660..9f6c7b3 100644
--- a/tests/jittertest/plotJittervsFill.c
+++ b/tests/jittertest/plotJittervsFill.c
@@ -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*/