]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix up a 'fix on checkin' nit that I forgot to fix on checkin for Bug 278791
authortravis%sedsystems.ca <>
Sat, 29 Jan 2005 02:56:26 +0000 (02:56 +0000)
committertravis%sedsystems.ca <>
Sat, 29 Jan 2005 02:56:26 +0000 (02:56 +0000)
Bugzilla/Util.pm

index e5207af786df530182aa9823dc70e82034aed382..7bb173e0552b11e50c3f13ce8731e8e44e1d2c3c 100644 (file)
@@ -426,7 +426,8 @@ returns only 1 digit precision.
 
 =item C<file_mod_time($filename)>
 
-Takes a filename and returns the modification time. It returns it in the format of the "mtime" parameter of the perl "stat" function.
+Takes a filename and returns the modification time. It returns it in the format
+of the "mtime" parameter of the perl "stat" function.
 
 =back