From 926d96115e957ae352a6099bc11e028b6b140d93 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Fri, 26 Oct 2012 14:02:32 -0700 Subject: [PATCH] Minor documentation fix. Change-Id: I4efc89b4b4149caba62663a7b56f0f57eb9c6b52 --- includes/filebackend/filejournal/FileJournal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/filebackend/filejournal/FileJournal.php b/includes/filebackend/filejournal/FileJournal.php index 3bc0df74f5..d99384db1b 100644 --- a/includes/filebackend/filejournal/FileJournal.php +++ b/includes/filebackend/filejournal/FileJournal.php @@ -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. -- 2.20.1