From 3e9435a60672918ac65ec95924040f57484bcc02 Mon Sep 17 00:00:00 2001 From: Karl Dietz Date: Mon, 8 Jul 2013 17:39:17 +0200 Subject: [PATCH] update documentation to match header --- mythtv/libs/libmythbase/housekeeper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mythtv/libs/libmythbase/housekeeper.cpp b/mythtv/libs/libmythbase/housekeeper.cpp index 37da011f684..638a77c5aba 100644 --- a/mythtv/libs/libmythbase/housekeeper.cpp +++ b/mythtv/libs/libmythbase/housekeeper.cpp @@ -243,7 +243,7 @@ QDateTime HouseKeeperTask::UpdateLastRun(QDateTime last) * interval. The period argument in the constructor defines this * interval in integer seconds. The min and max attributes * control the region over which the task can be run, given as a float - * multiple of the period. The defaults are 0.5-1.5. The test for running + * multiple of the period. The defaults are 0.5-1.1. The test for running * is a linearly increasing probability from the start to end of this period, * and the task is forced to run if the end of the period is reached. *