[csw-devel] SF.net SVN: gar:[15389] csw/mgar/gar/v2/lib/python/package_checks.py
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Sun Aug 21 07:35:17 CEST 2011
Revision: 15389
http://gar.svn.sourceforge.net/gar/?rev=15389&view=rev
Author: wahwah
Date: 2011-08-21 05:35:17 +0000 (Sun, 21 Aug 2011)
Log Message:
-----------
checkpkg: Correcting a typo
Modified Paths:
--------------
csw/mgar/gar/v2/lib/python/package_checks.py
Modified: csw/mgar/gar/v2/lib/python/package_checks.py
===================================================================
--- csw/mgar/gar/v2/lib/python/package_checks.py 2011-08-21 05:05:51 UTC (rev 15388)
+++ csw/mgar/gar/v2/lib/python/package_checks.py 2011-08-21 05:35:17 UTC (rev 15389)
@@ -1206,7 +1206,7 @@
if pkgmap_entry["type"] in ("s", "l"):
link_type = "symlink"
if pkgmap_entry["type"] == "l":
- link_type = "hardling"
+ link_type = "hardlink"
error_mgr.NeedFile(
pkgmap_entry["target"],
"%s contains a %s (%s) which needs the target file: %s."
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list