summaryrefslogtreecommitdiff
path: root/lib/sbin/CreateScheduleBindings.pl
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-09-25 20:09:20 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-09-25 20:09:20 +0000
commit4c329aa346c783b8f1cb9519976fba8de931be96 (patch)
treebaf404f2bc34b3b8c70bf51bfbf4ea6041a73e45 /lib/sbin/CreateScheduleBindings.pl
parent0c2b8783745725700a081e12cf7dec63a8318815 (diff)
Correct typo in error message
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4139 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin/CreateScheduleBindings.pl')
-rw-r--r--lib/sbin/CreateScheduleBindings.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/sbin/CreateScheduleBindings.pl b/lib/sbin/CreateScheduleBindings.pl
index 525246e2..e638cb52 100644
--- a/lib/sbin/CreateScheduleBindings.pl
+++ b/lib/sbin/CreateScheduleBindings.pl
@@ -824,7 +824,8 @@ sub ScheduleValidateTimeLevels
"This group has more than one timelevel, so a timelevel specifier is mandatory.\n" .
"You may specify a maximum of $allowed_timelevels timelevels\n" .
"e.g. try $group\[$allowed_timelevels]\n" .
- "Note that you should only activate the number of timelevels necesary for your scheme, which may be less than this maximum."
+ "Note that you should only activate the number of timelevels necessary\n" .
+ "for your scheme, which may be less than this maximum."
,"",__LINE__,__FILE__);
$return_code++;
}