bug 296202 - typo fix

git-svn-id: svn://10.0.0.236/trunk@209258 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mattwillis%gmail.com
2006-09-06 11:57:27 +00:00
parent 6ddc143421
commit d2cd013ed3

View File

@@ -267,7 +267,7 @@ calCalendarManager.prototype = {
// calendar stored on a server when all they really wanted to do was
// unsubscribe.
if (calendar instanceof Components.interfaces.calICalendarProvider
(calendar.type == "storage" || cal.type == "memory")) {
(calendar.type == "storage" || calendar.type == "memory")) {
try {
calendar.deleteCalendar(calendar, null);
} catch(ex) {