Fixed documentation typo.
authorAaron Schulz <aschulz@wikimedia.org>
Wed, 20 Feb 2013 21:30:58 +0000 (13:30 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Wed, 20 Feb 2013 21:30:58 +0000 (13:30 -0800)
Change-Id: I02c3944efc63508c7aa798b3079167b85c760454

includes/filebackend/FileBackend.php

index c282a07..3ebfdb1 100644 (file)
@@ -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.