You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by fe...@apache.org on 2006/08/27 04:16:03 UTC

svn commit: r437278 - /spamassassin/branches/3.1/lib/Mail/SpamAssassin/Util.pm

Author: felicity
Date: Sat Aug 26 19:16:03 2006
New Revision: 437278

URL: http://svn.apache.org/viewvc?rev=437278&view=rev
Log:
fix documentation for secure_tmpfile() to have the returned variables in the right order

Modified:
    spamassassin/branches/3.1/lib/Mail/SpamAssassin/Util.pm

Modified: spamassassin/branches/3.1/lib/Mail/SpamAssassin/Util.pm
URL: http://svn.apache.org/viewvc/spamassassin/branches/3.1/lib/Mail/SpamAssassin/Util.pm?rev=437278&r1=437277&r2=437278&view=diff
==============================================================================
--- spamassassin/branches/3.1/lib/Mail/SpamAssassin/Util.pm (original)
+++ spamassassin/branches/3.1/lib/Mail/SpamAssassin/Util.pm Sat Aug 26 19:16:03 2006
@@ -855,7 +855,7 @@
 
 ###########################################################################
 
-=item my ($filehandle, $filepath) = secure_tmpfile();
+=item my ($filepath, $filehandle) = secure_tmpfile();
 
 Generates a filename for a temporary file, opens it exclusively and
 securely, and returns a filehandle to the open file (opened O_RDWR).