diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-30 23:50:35 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-30 23:50:35 +0100 |
commit | 5c946b1b286e922db86e64d42ec5db985b9086d8 (patch) | |
tree | 66dd80a4bde3a5f63464e275712675367860bbef /source3 | |
parent | af216fdfc87935305df6752eeebc40e5e41cd8d8 (diff) | |
download | samba-5c946b1b286e922db86e64d42ec5db985b9086d8.tar.gz samba-5c946b1b286e922db86e64d42ec5db985b9086d8.tar.bz2 samba-5c946b1b286e922db86e64d42ec5db985b9086d8.zip |
mksyms.sh: Fix typo in comment.
Diffstat (limited to 'source3')
-rwxr-xr-x | source3/script/mksyms.sh | 2 |
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> # |