From cf46d892b9c78fd9cce49267cc79bd4881f450f2 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Sun, 31 Mar 2013 01:53:22 -0700 Subject: [PATCH] Fixed small doc typo. Change-Id: Ia2a86e1c8126bde48c17f0c8f56905ed325d8be1 --- includes/filebackend/SwiftFileBackend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/filebackend/SwiftFileBackend.php b/includes/filebackend/SwiftFileBackend.php index aadad5c616..2f7e256710 100644 --- a/includes/filebackend/SwiftFileBackend.php +++ b/includes/filebackend/SwiftFileBackend.php @@ -1316,7 +1316,7 @@ class SwiftFileBackend extends FileBackendStore { * matches the expression and the request is not for a listing. * Setting this to '*' effectively makes a container public. * -".rlistings:" : Grants access if the request is from a referrer host that - * matches the expression and the request for a listing. + * matches the expression and the request is for a listing. * * $writeGrps is a list of the possible criteria for a request to have * access to write to a container. Each item is of the following format: -- 2.20.1