Minor documentation fix.
authorAaron Schulz <aschulz@wikimedia.org>
Fri, 26 Oct 2012 21:02:32 +0000 (14:02 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Fri, 26 Oct 2012 21:02:37 +0000 (14:02 -0700)
Change-Id: I4efc89b4b4149caba62663a7b56f0f57eb9c6b52

includes/filebackend/filejournal/FileJournal.php

index 3bc0df7..d99384d 100644 (file)
@@ -85,7 +85,7 @@ abstract class FileJournal {
        /**
         * Log changes made by a batch file operation.
         * $entries is an array of log entries, each of which contains:
-        *     op      : Basic operation name (create, store, copy, delete)
+        *     op      : Basic operation name (create, update, delete)
         *     path    : The storage path of the file
         *     newSha1 : The final base 36 SHA-1 of the file
         * Note that 'false' should be used as the SHA-1 for non-existing files.