Fix spelling of repetition

This commit is contained in:
Miles Lott 2001-04-23 08:04:27 +00:00
parent c5380e2cea
commit e1a8dfd4df

View File

@ -1728,7 +1728,7 @@ class calendar extends calendar_
$str .= ')';
$var = Array(
'field' => lang('Repitition'),
'field' => lang('Repetition'),
'data' => $str
);
$p->set_var($var);