From a3f3c781dfad66f933e34cb5ad0319e6c33582fb Mon Sep 17 00:00:00 2001 From: Michael Prager Date: Tue, 23 Aug 2011 23:36:24 +0200 Subject: [PATCH] fixed typo --- comingNext/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comingNext/index.html b/comingNext/index.html index 30d91bc..f8ffff8 100644 --- a/comingNext/index.html +++ b/comingNext/index.html @@ -611,7 +611,7 @@ function updateData() // This usually happens when a backup is being made. // Retry the next time updateData() is called by // resetting errorOccured - log('updateData(): listCalendars() failed, trying again laster...'); + log('updateData(): listCalendars() failed, trying again later...'); cacheEntriesHtml = ''; // make sure we replace the currently shown error message on the next update errorOccured = false; return; -- 2.39.2