]> source.dussan.org Git - nextcloud-server.git/commitdiff
xCache -> XCache
authorAndreas Fischer <bantu@owncloud.com>
Thu, 15 Aug 2013 01:40:02 +0000 (03:40 +0200)
committerAndreas Fischer <bantu@owncloud.com>
Thu, 15 Aug 2013 01:40:02 +0000 (03:40 +0200)
lib/memcache/xcache.php

index 7e721313c5d023680b408557aa41980b6242f715..2dc4a3a6016263df19703e2247647379699c937c 100644 (file)
@@ -58,7 +58,7 @@ class XCache extends Cache {
                        return false;
                }
                if (!function_exists('xcache_unset_by_prefix') && ini_get('xcache.admin.enable_auth')) {
-                       // We do not want to use xCache if we can not clear it without
+                       // We do not want to use XCache if we can not clear it without
                        // using the administration function xcache_clear_cache()
                        // AND administration functions are password-protected.
                        return false;