summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-04-28 23:42:28 +0000
committerBodo Möller <bodo@openssl.org>1999-04-28 23:42:28 +0000
commitbf6841f5c1193d16e1f1a00730dd34f3b9db0c64 (patch)
tree16497b2dfeb38b95ae6dcb4fdba8420ced3a3c63 /util
parent0d029f79f0bd6270d0cba07cc4506c8e6e6a16cb (diff)
Typo fixed.
Submitted by: Reviewed by: PR:
Diffstat (limited to 'util')
-rwxr-xr-xutil/mklink.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/util/mklink.pl b/util/mklink.pl
index 9f4892559e..a5a5248c36 100755
--- a/util/mklink.pl
+++ b/util/mklink.pl
@@ -4,14 +4,14 @@
# The first command line argument is a non-empty relative path
# specifying the "from" directory.
-# Each other argument is a file name not containing / and names
-# a file in the current directory.
+# Each other argument is a file name not containing / and
+# names a file in the current directory.
#
# For each of these files, we create in the "from" directory a link
# of the same name pointing to the local file.
#
-# We assume that the directory structure is a tree, i.e. that does not
-# contain symbolic links and that the parent of / is never referenced.
+# We assume that the directory structure is a tree, i.e. that it does
+# not contain symbolic links and that the parent of / is never referenced.
# Apart from this, this script should be able to handle even the most
# pathological cases.