From: Aaron Schulz Date: Fri, 10 Jan 2014 04:25:10 +0000 (-0800) Subject: Fixed silly doc typos X-Git-Tag: 1.31.0-rc.0~17303^2 X-Git-Url: http://git.cyclocoop.org/%27.%28%24current%20%3E%202?a=commitdiff_plain;h=12d88861c5d9ba39c9d6b1e8bf5dc20a7281acec;p=lhc%2Fweb%2Fwiklou.git Fixed silly doc typos Change-Id: I53792affed74aa5985f82994b886b13603e23c65 --- diff --git a/includes/filebackend/SwiftFileBackend.php b/includes/filebackend/SwiftFileBackend.php index d9f4fc8987..91df61b82b 100644 --- a/includes/filebackend/SwiftFileBackend.php +++ b/includes/filebackend/SwiftFileBackend.php @@ -89,12 +89,12 @@ class SwiftFileBackend extends FileBackendStore { * - cacheAuthInfo : Whether to cache authentication tokens in APC, XCache, ect. * If those are not available, then the main cache will be used. * This is probably insecure in shared hosting environments. - * - rgwS3AccessKey : Ragos Gateway S3 "access key" value on the account. + * - rgwS3AccessKey : Rados Gateway S3 "access key" value on the account. * Do not set this until it has been set in the backend. * This is used for generating expiring pre-authenticated URLs. * Only use this when using rgw and to work around * http://tracker.newdream.net/issues/3454. - * - rgwS3SecretKey : Ragos Gateway S3 "secret key" value on the account. + * - rgwS3SecretKey : Rados Gateway S3 "secret key" value on the account. * Do not set this until it has been set in the backend. * This is used for generating expiring pre-authenticated URLs. * Only use this when using rgw and to work around