Fixed silly doc typos
authorAaron Schulz <aschulz@wikimedia.org>
Fri, 10 Jan 2014 04:25:10 +0000 (20:25 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Fri, 10 Jan 2014 04:25:25 +0000 (20:25 -0800)
Change-Id: I53792affed74aa5985f82994b886b13603e23c65

includes/filebackend/SwiftFileBackend.php

index d9f4fc8..91df61b 100644 (file)
@@ -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