diff options
Diffstat (limited to 'korganizer/ical2vcal.in')
-rwxr-xr-x | korganizer/ical2vcal.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korganizer/ical2vcal.in b/korganizer/ical2vcal.in index c83f60104..3bdbdb722 100755 --- a/korganizer/ical2vcal.in +++ b/korganizer/ical2vcal.in @@ -75,7 +75,7 @@ sub process_appointment { undef(%curappt); - # this is a count of the total # of parentheses. + # this is a count of the total # of tqparentheses. while ($pcount) { $line = &getLine; |