[105849] trunk/base/src/port1.0/fetch_common.tcl

ryandesign at macports.org ryandesign at macports.org
Tue May 7 21:26:33 PDT 2013


Revision: 105849
          https://trac.macports.org/changeset/105849
Author:   ryandesign at macports.org
Date:     2013-05-07 21:26:33 -0700 (Tue, 07 May 2013)
Log Message:
-----------
fetch_common.tcl: remove parenthetical plural

Modified Paths:
--------------
    trunk/base/src/port1.0/fetch_common.tcl

Modified: trunk/base/src/port1.0/fetch_common.tcl
===================================================================
--- trunk/base/src/port1.0/fetch_common.tcl	2013-05-08 03:53:50 UTC (rev 105848)
+++ trunk/base/src/port1.0/fetch_common.tcl	2013-05-08 04:26:33 UTC (rev 105849)
@@ -2,7 +2,7 @@
 # $Id$
 #
 # Copyright (c) 2002 - 2003 Apple Inc.
-# Copyright (c) 2004 - 2012 The MacPorts Project
+# Copyright (c) 2004 - 2013 The MacPorts Project
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -343,6 +343,6 @@
 proc portfetch::check_dns {} {
     # check_broken_dns returns true at most once, so we don't have to worry about spamming this message
     if {[check_broken_dns]} {
-        ui_warn "Your DNS server(s) incorrectly claim to know the address of nonexistent hosts. This may cause checksum mismatches for some ports."
+        ui_warn "Your DNS servers incorrectly claim to know the address of nonexistent hosts. This may cause checksum mismatches for some ports."
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130507/c6ca91cc/attachment-0001.html>


More information about the macports-changes mailing list