aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libsample/objecttype.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libsample/objecttype.h')
-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;