From fa39282ef779a331ba2e3096f791c5a663994e16 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 19 Feb 2011 00:09:11 +0000 Subject: - Patch #1056108 by 1V: consistent use of 'JavaScript' and 'Ajax'. --- includes/cache-install.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/cache-install.inc') diff --git a/includes/cache-install.inc b/includes/cache-install.inc index 545f1a2a2..8c47b001a 100644 --- a/includes/cache-install.inc +++ b/includes/cache-install.inc @@ -31,7 +31,7 @@ class DrupalFakeCache extends DrupalDatabaseCache implements DrupalCacheInterfac // If there is a database cache, attempt to clear it whenever possible. The // reason for doing this is that the database cache can accumulate data // during installation due to any full bootstraps that may occur at the - // same time (for example, AJAX requests triggered by the installer). If we + // same time (for example, Ajax requests triggered by the installer). If we // didn't try to clear it whenever this function is called, the data in the // cache would become stale; for example, the installer sometimes calls // variable_set(), which updates the {variable} table and then clears the -- cgit v1.2.3