summaryrefslogtreecommitdiffstats
path: root/karm/karmstorage.h
diff options
context:
space:
mode:
Diffstat (limited to 'karm/karmstorage.h')
-rw-r--r--karm/karmstorage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/karm/karmstorage.h b/karm/karmstorage.h
index 3f03ddff..7e8b04b1 100644
--- a/karm/karmstorage.h
+++ b/karm/karmstorage.h
@@ -132,7 +132,7 @@ class KarmStorage
* Read tasks and their total times from a text file (legacy storage).
*
* This reads from one of the two legacy file formats. In this version,
- * the parent task times do not include the sum of all their tqchildren's
+ * the parent task times do not include the sum of all their children's
* times.
*
* The format of the file is zero or more lines of:
@@ -147,7 +147,7 @@ class KarmStorage
* Reads tasks and their total times from text file (legacy).
*
* This is the older legacy format, where the task totals included the
- * tqchildren totals.
+ * children totals.
*
* @see loadFromFlatFile
*/