You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by ms...@apache.org on 2004/09/27 18:32:52 UTC

svn commit: rev 47305 - spamassassin/trunk/lib/Mail/SpamAssassin

Author: mss
Date: Mon Sep 27 09:32:50 2004
New Revision: 47305

Modified:
   spamassassin/trunk/lib/Mail/SpamAssassin/Util.pm
Log:
Fixed typo in comment.


Modified: spamassassin/trunk/lib/Mail/SpamAssassin/Util.pm
==============================================================================
--- spamassassin/trunk/lib/Mail/SpamAssassin/Util.pm	(original)
+++ spamassassin/trunk/lib/Mail/SpamAssassin/Util.pm	Mon Sep 27 09:32:50 2004
@@ -560,7 +560,7 @@
   my($hostname, $fq_hostname);
 
 # get the current host's unqalified domain name (better: return whatever
-# Sys::Hostname thinks out hostname is, might also be a full qualified one)
+# Sys::Hostname thinks our hostname is, might also be a full qualified one)
   sub hostname {
     return $hostname if defined($hostname);