aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libsample
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2010-12-28 15:03:10 -0200
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:12:51 -0300
commitad5778f8835da4953c3304fc3862a24258c6cac1 (patch)
tree6cf081a2b975ba7fdb4dc4800689abac1c0283f2 /tests/libsample
parent8cc4a0483ff2a6a003043f86938e3bda65b2e306 (diff)
Fix typo
Diffstat (limited to 'tests/libsample')
-rw-r--r--tests/libsample/objecttype.h2
1 files changed, 1 insertions, 1 deletions
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("<unknown>"));
void setObjectNameWithSize(const Str& name = Str("<unknown>"), 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;