Follow-up r75748: Fix comment
authorRaimond Spekking <raymond@users.mediawiki.org>
Mon, 1 Nov 2010 19:00:40 +0000 (19:00 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Mon, 1 Nov 2010 19:00:40 +0000 (19:00 +0000)
includes/filerepo/File.php

index 885fb90..7b81f17 100644 (file)
@@ -267,7 +267,7 @@ abstract class File {
        }
 
        /**
-         * Get the duration of a media file in seconds
+         *  Return true if the file is vectorized
          */
         public function isVectorized() {
                 $handler = $this->getHandler();