aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/shlib2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/shlib b/lib/shlib
index 0bd151d..7d7c007 100644
--- a/lib/shlib
+++ b/lib/shlib
@@ -2,7 +2,7 @@
#
# Library of shell functions.
-# Convert a relative path into it's absolute equivalent.
+# Convert a relative path into its absolute equivalent.
#
# This function will automatically prepend the current working directory if the
# path is not already absolute. It then removes all parent references (../) to