From 9984c2a5937b38d6bed294c12f58d3a62730c6c8 Mon Sep 17 00:00:00 2001 From: Bart Visscher Date: Tue, 5 Jun 2012 21:11:18 +0200 Subject: Spelling fixes in XCache files --- lib/cache/xcache.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib') 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().'/'; -- cgit v1.2.3