summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@owncloud.com>2013-08-15 03:40:02 +0200
committerAndreas Fischer <bantu@owncloud.com>2013-08-15 03:40:02 +0200
commit9770f52da6cb4445344c3e3641376d36a2c996a9 (patch)
tree806420a1edf6f0d218083ce02940b84098bf70f5 /lib
parent49cfd08f08d6c0f0174b47f1cc69bc48b63064f3 (diff)
downloadnextcloud-server-9770f52da6cb4445344c3e3641376d36a2c996a9.tar.gz
nextcloud-server-9770f52da6cb4445344c3e3641376d36a2c996a9.zip
xCache -> XCache
Diffstat (limited to 'lib')
-rw-r--r--lib/memcache/xcache.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/memcache/xcache.php b/lib/memcache/xcache.php
index 7e721313c5d..2dc4a3a6016 100644
--- a/lib/memcache/xcache.php
+++ b/lib/memcache/xcache.php
@@ -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;