diff options
author | Andreas Fischer <bantu@owncloud.com> | 2013-08-15 03:40:02 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@owncloud.com> | 2013-08-15 03:40:02 +0200 |
commit | 9770f52da6cb4445344c3e3641376d36a2c996a9 (patch) | |
tree | 806420a1edf6f0d218083ce02940b84098bf70f5 /lib | |
parent | 49cfd08f08d6c0f0174b47f1cc69bc48b63064f3 (diff) | |
download | nextcloud-server-9770f52da6cb4445344c3e3641376d36a2c996a9.tar.gz nextcloud-server-9770f52da6cb4445344c3e3641376d36a2c996a9.zip |
xCache -> XCache
Diffstat (limited to 'lib')
-rw-r--r-- | lib/memcache/xcache.php | 2 |
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; |