summaryrefslogtreecommitdiffstats
path: root/lib/cache
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-06-05 21:11:18 +0200
committerBart Visscher <bartv@thisnet.nl>2012-06-05 23:07:11 +0200
commit9984c2a5937b38d6bed294c12f58d3a62730c6c8 (patch)
tree0a1e9fdabf0a2bae8c7c530b4286157aa28cd8b7 /lib/cache
parent20aee83d07b67b484ca447b004d91ae188b2ec07 (diff)
downloadnextcloud-server-9984c2a5937b38d6bed294c12f58d3a62730c6c8.tar.gz
nextcloud-server-9984c2a5937b38d6bed294c12f58d3a62730c6c8.zip
Spelling fixes in XCache files
Diffstat (limited to 'lib/cache')
-rw-r--r--lib/cache/xcache.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/cache/xcache.php b/lib/cache/xcache.php
index ad1e3e2c1f2..b57338929e0 100644
--- a/lib/cache/xcache.php
+++ b/lib/cache/xcache.php
@@ -6,10 +6,9 @@
* See the COPYING-README file.
*/
-
-class OC_Cache_XCache{
+class OC_Cache_XCache {
/**
- * entries in XCache gets namespaced to prevent collisions between owncloud instaces and users
+ * entries in XCache gets namespaced to prevent collisions between owncloud instances and users
*/
protected function getNameSpace() {
return OC_Util::getInstanceId().'/'.OC_User::getUser().'/';