From ad5778f8835da4953c3304fc3862a24258c6cac1 Mon Sep 17 00:00:00 2001 From: Hugo Parente Lima Date: Tue, 28 Dec 2010 15:03:10 -0200 Subject: Fix typo --- tests/libsample/objecttype.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/libsample/objecttype.h b/tests/libsample/objecttype.h index bb7787e44..1eeb4c606 100644 --- a/tests/libsample/objecttype.h +++ b/tests/libsample/objecttype.h @@ -97,7 +97,7 @@ public: void setObjectNameWithSize(const char*, int size=9, const Str& name = Str("")); void setObjectNameWithSize(const Str& name = Str(""), int size=9); - //Function used to comfuse the generator when two values accept Null as arg + //Function used to confuse the generator when two values accept Null as arg void setObject(ObjectType *); void setObject(const Null&); int callId() const; -- cgit v1.2.3