From: Aaron Schulz Date: Wed, 20 Feb 2013 21:30:58 +0000 (-0800) Subject: Fixed documentation typo. X-Git-Tag: 1.31.0-rc.0~20619^2 X-Git-Url: http://git.cyclocoop.org/wiki/Target_page?a=commitdiff_plain;h=13610ff51972b9d4c2707f7e39723b92f9a7118a;p=lhc%2Fweb%2Fwiklou.git Fixed documentation typo. Change-Id: I02c3944efc63508c7aa798b3079167b85c760454 --- 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.