From: Aaron Schulz Date: Fri, 26 Oct 2012 21:02:32 +0000 (-0700) Subject: Minor documentation fix. X-Git-Tag: 1.31.0-rc.0~21845 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=926d96115e957ae352a6099bc11e028b6b140d93;p=lhc%2Fweb%2Fwiklou.git Minor documentation fix. Change-Id: I4efc89b4b4149caba62663a7b56f0f57eb9c6b52 --- 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.