From: Michael Prager Date: Tue, 23 Aug 2011 21:36:24 +0000 (+0200) Subject: fixed typo X-Git-Url: https://code.delx.au/comingnext/commitdiff_plain/a3f3c781dfad66f933e34cb5ad0319e6c33582fb fixed typo --- 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;