[41855] trunk/base/src/registry1.0/receipt_flat.tcl

ryandesign at macports.org ryandesign at macports.org
Tue Nov 11 01:27:17 PST 2008


Revision: 41855
          http://trac.macports.org/changeset/41855
Author:   ryandesign at macports.org
Date:     2008-11-11 01:27:17 -0800 (Tue, 11 Nov 2008)
Log Message:
-----------
receipt_flat.tcl: fix typo in error message

Modified Paths:
--------------
    trunk/base/src/registry1.0/receipt_flat.tcl

Modified: trunk/base/src/registry1.0/receipt_flat.tcl
===================================================================
--- trunk/base/src/registry1.0/receipt_flat.tcl	2008-11-11 09:23:45 UTC (rev 41854)
+++ trunk/base/src/registry1.0/receipt_flat.tcl	2008-11-11 09:27:17 UTC (rev 41855)
@@ -154,7 +154,7 @@
 		set receipt_contents [read $receipt_handle]
 		close $receipt_handle
 	} else {
-		return -code error "Registry error: receipt for ${name} @${version}_${revision}${variants} seems to be compressed, but bzip2 couln't be found."
+		return -code error "Registry error: receipt for ${name} @${version}_${revision}${variants} seems to be compressed, but bzip2 couldn't be found."
 	}
 
 	set ref [new_entry]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081111/7588d7d8/attachment.html>


More information about the macports-changes mailing list