summaryrefslogtreecommitdiffstats
path: root/kexi/kexidb/fieldlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/kexidb/fieldlist.h')
-rw-r--r--kexi/kexidb/fieldlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/kexidb/fieldlist.h b/kexi/kexidb/fieldlist.h
index 439a5cc1..fbf303a9 100644
--- a/kexi/kexidb/fieldlist.h
+++ b/kexi/kexidb/fieldlist.h
@@ -109,7 +109,7 @@ class KEXI_DB_EXPORT FieldList
/*! Creates and returns a list that contain fields selected by name.
At least one field (exising on this list) should be selected, otherwise 0 is
- returned. Returned FieldList object is not owned by any tqparent (so you need
+ returned. Returned FieldList object is not owned by any parent (so you need
to destroy yourself) and Field objects included in it are not owned by it
(but still as before, by 'this' object).
Returned list can be usable e.g. as argument for Connection::insertRecord().