fix spelling errors
This commit is contained in:
@@ -98,7 +98,7 @@ static void testLinkParse(void)
|
||||
if (td->info.target && info.target)
|
||||
testStrcmp(0, info.target, td->info.target);
|
||||
else if(!!td->info.target ^ !!info.target)
|
||||
testFail("info target NULL mis-match %s %s", info.target, td->info.target);
|
||||
testFail("info target NULL mismatch %s %s", info.target, td->info.target);
|
||||
else
|
||||
testPass("info target NULL as expected");
|
||||
if (info.ltype == td->info.ltype) {
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# ERROR: alias using name of exising alias for different record
|
||||
# ERROR: alias using name of existing alias for different record
|
||||
alias("testrec", "testaliasAgain1")
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# ERROR: alias using name of exising record fails
|
||||
# ERROR: alias using name of existing record fails
|
||||
alias("testrecAgain", "testrec")
|
||||
|
||||
@@ -35,7 +35,7 @@ record(x, "testdelrec8") {
|
||||
}
|
||||
|
||||
record("#", "no:such:record") { }
|
||||
record("#", "also:non:existant") {
|
||||
record("#", "also:non:existent") {
|
||||
field(FOO, "5")
|
||||
}
|
||||
|
||||
|
||||
@@ -60,7 +60,7 @@ xdrv *xdrv_get(int group)
|
||||
return curd;
|
||||
}
|
||||
}
|
||||
cantProceed("xdrv_get() for non-existant group");
|
||||
cantProceed("xdrv_get() for non-existent group");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user