From 13610ff51972b9d4c2707f7e39723b92f9a7118a Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Wed, 20 Feb 2013 13:30:58 -0800 Subject: [PATCH] Fixed documentation typo. Change-Id: I02c3944efc63508c7aa798b3079167b85c760454 --- includes/filebackend/FileBackend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/filebackend/FileBackend.php b/includes/filebackend/FileBackend.php index c282a075a8..3ebfdb1fab 100644 --- a/includes/filebackend/FileBackend.php +++ b/includes/filebackend/FileBackend.php @@ -283,7 +283,7 @@ abstract class FileBackend { * $opts is an associative of boolean flags, including: * - force : Operation precondition errors no longer trigger an abort. * Any remaining operations are still attempted. Unexpected - * failures may still cause remaning operations to be aborted. + * failures may still cause remaining operations to be aborted. * - nonLocking : No locks are acquired for the operations. * This can increase performance for non-critical writes. * This has no effect unless the 'force' flag is set. -- 2.20.1