From 19aa6315226e010befc214c5a1ea93a20285a02b Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Wed, 3 Oct 2012 13:32:16 -0700 Subject: [PATCH] Fixed documentation typo. Change-Id: I31c7959d6feb2241984883e4a02882903a8475d4 --- 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 057d6f78ca..1807734f2c 100644 --- a/includes/filebackend/SwiftFileBackend.php +++ b/includes/filebackend/SwiftFileBackend.php @@ -814,7 +814,7 @@ class SwiftFileBackend extends FileBackendStore { $ep = array_diff_key( $params, array( 'srcs' => 1 ) ); // for error logging // Blindly create tmp files and stream to them, catching any exception if the file does - // not exist. Doing a stat here is useless causes infinite loops in addMissingMetadata(). + // not exist. Doing stats here is useless and will loop infinitely in addMissingMetadata(). foreach ( array_chunk( $params['srcs'], $params['concurrency'] ) as $pathBatch ) { $cfOps = array(); // (path => CF_Async_Op) -- 2.20.1