summaryrefslogtreecommitdiffstats
path: root/kcron/ctunit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcron/ctunit.cpp')
-rw-r--r--kcron/ctunit.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kcron/ctunit.cpp b/kcron/ctunit.cpp
index e843b2e..d034c8a 100644
--- a/kcron/ctunit.cpp
+++ b/kcron/ctunit.cpp
@@ -84,7 +84,7 @@ void CTUnit<min, max>::parse(string tokStr)
{
subelement = tokStr.substr(0,commapos);
- // tqfind "/" to determine step
+ // find "/" to determine step
slashpos = subelement.find("/");
if (slashpos == -1)
{
@@ -99,7 +99,7 @@ void CTUnit<min, max>::parse(string tokStr)
step = 1;
}
- // tqfind "=" to determine range
+ // find "=" to determine range
dashpos = subelement.find("-");
if (dashpos == -1)
{