diff options
author | Hugo Parente Lima <hugo.pl@gmail.com> | 2010-12-28 15:03:10 -0200 |
---|---|---|
committer | Hugo Parente Lima <hugo.pl@gmail.com> | 2010-12-28 15:03:10 -0200 |
commit | e9f833b5a2d4ce4893bdbfe844f224a1cd689d6a (patch) | |
tree | b193ce03ce83f4bf444a40dbfbda497438c5dfe5 /tests/libsample/objecttype.h | |
parent | fc997ef702dfe2d40b8420a3c98ca16d9d276596 (diff) | |
download | shiboken-e9f833b5a2d4ce4893bdbfe844f224a1cd689d6a.tar.gz shiboken-e9f833b5a2d4ce4893bdbfe844f224a1cd689d6a.tar.xz shiboken-e9f833b5a2d4ce4893bdbfe844f224a1cd689d6a.zip |
Fix typo
Diffstat (limited to 'tests/libsample/objecttype.h')
-rw-r--r-- | tests/libsample/objecttype.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libsample/objecttype.h b/tests/libsample/objecttype.h index bb7787e4..1eeb4c60 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; |