summaryrefslogtreecommitdiff
path: root/source3/script/mksyms.sh
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-10-30 23:50:35 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-10-30 23:50:35 +0100
commit5c946b1b286e922db86e64d42ec5db985b9086d8 (patch)
tree66dd80a4bde3a5f63464e275712675367860bbef /source3/script/mksyms.sh
parentaf216fdfc87935305df6752eeebc40e5e41cd8d8 (diff)
downloadsamba-5c946b1b286e922db86e64d42ec5db985b9086d8.tar.gz
samba-5c946b1b286e922db86e64d42ec5db985b9086d8.tar.bz2
samba-5c946b1b286e922db86e64d42ec5db985b9086d8.zip
mksyms.sh: Fix typo in comment.
Diffstat (limited to 'source3/script/mksyms.sh')
-rwxr-xr-xsource3/script/mksyms.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/mksyms.sh b/source3/script/mksyms.sh
index 51d3fbd999..714d55abae 100755
--- a/source3/script/mksyms.sh
+++ b/source3/script/mksyms.sh
@@ -6,7 +6,7 @@
# Extract symbols to export from C-header files.
# output in version-script format for linking shared libraries.
#
-# This is the shell warpper for the mksyms.awk core script.
+# This is the shell wrapper for the mksyms.awk core script.
#
# Copyright (C) 2008 Micheal Adam <obnox@samba.org>
#