summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-03-18 21:15:32 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2009-03-18 21:15:32 +0100
commitdf1b0f4737e4323502eba9a100c59ea7a86056df (patch)
tree8321a530fb6cde8ac6274896345244d6f2d843a1
parentbbc3dd18ff2d758b67b8ea03589dd76f41c25235 (diff)
pkg: Fixed typo in a comment
-rwxr-xr-xbin/pkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pkg b/bin/pkg
index 6c1445d..127b784 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -486,7 +486,7 @@ function check_prereqs {
}
# Write a package's documentation to .collected
-# and symlink it's binaries from ~/bin
+# and symlink its binaries from ~/bin
function populate_collected {
cd $PDIR/$1 || return
typeset -i bins=0 bino=0 mans=0 mano=0