aboutsummaryrefslogtreecommitdiffstats
path: root/typedatabase.h
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2010-05-27 14:41:20 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-09 19:10:03 -0300
commit14921132fd12abbf283c436ebf54d07ed54e50d0 (patch)
tree35c0bde80fae0362bf54f7290252b83fc189e81c /typedatabase.h
parent9b2c13330ea14a2e7892d53162e27b4b0b60e7bb (diff)
Fixes a misspelling.
Diffstat (limited to 'typedatabase.h')
-rw-r--r--typedatabase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/typedatabase.h b/typedatabase.h
index 94de75565..ff7ffc303 100644
--- a/typedatabase.h
+++ b/typedatabase.h
@@ -38,7 +38,7 @@ public:
/**
* Return the type system instance.
- * \param newInstance This parameter is usefull just for unit testing, because singletons causes
+ * \param newInstance This parameter is useful just for unit testing, because singletons causes
* too many side effects on unit testing.
*/
static TypeDatabase* instance(bool newInstance = false);