Correct spelling and typos in doxygen and comments

Signed-off-by: Dave Hickin <david.hickin@diamond.ac.uk>
This commit is contained in:
Dave Hickin
2015-07-08 18:18:37 +01:00
parent fd31a0d6b0
commit 4f2c51c480
26 changed files with 108 additions and 108 deletions
+2 -2
View File
@@ -554,13 +554,13 @@ static void testFieldAccess()
} else
testSkip(1, "hello.world doesn't exist?");
// non-existant
// non-existent
testOk1(fld->getSubField<PVInt>("invalid").get()==NULL);
// wrong type
testOk1(fld->getSubField<PVDouble>("test").get()==NULL);
// intermediate struct non existant
// intermediate struct non-existent
testOk1(fld->getSubField<PVDouble>("helo.world").get()==NULL);
// empty leaf field name