r26807 - /scripts/lookup-requirements

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Nov 13 19:58:07 UTC 2008


Author: gregoa
Date: Thu Nov 13 19:58:05 2008
New Revision: 26807

URL: http://svn.debian.org/wsvn/?sc=1&rev=26807
Log:
fix a few typos in comments

Modified:
    scripts/lookup-requirements

Modified: scripts/lookup-requirements
URL: http://svn.debian.org/wsvn/scripts/lookup-requirements?rev=26807&op=diff
==============================================================================
--- scripts/lookup-requirements (original)
+++ scripts/lookup-requirements Thu Nov 13 19:58:05 2008
@@ -6,18 +6,18 @@
 # this stuff is worth it, you can buy them a beer in return
 
 # Parse a CPAN module's META.yaml
-# and print a list of dependant modules that either have no Debian
+# and print a list of dependent modules that either have no Debian
 # packages or Debian packages' version is lower than the required
 
 # Needs to have Contents-$ARCH.gz and Packages.gz in the current
 # directory (ok, $ARCH is hard-coded atm).
-# Needs a META.yml file given as an aragument
+# Needs a META.yml file given as an argument
 
 # TODO: make it download Contents/Packages from the configured
 # (sources.list) mirror. Say once a day is enough. Parsed hashes are
 # cached (as now).
 # TODO: command-line parameters to force/disable refreshing of the
-# caaches
+# caches
 # TODO: is using the system-wide availability file a good idea? It may
 # contain packages from unofficial or experimental sources.
 




More information about the Pkg-perl-cvs-commits mailing list