diff options
author | Andrew Tridgell <tridge@samba.org> | 2008-10-31 13:55:26 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2008-10-31 13:55:26 +1100 |
commit | 5ecccac1c34f58019b195f6838f57366faa3575d (patch) | |
tree | 3475f5b34220e4735a1c74b24f3bddbbf76f90df /source3/script | |
parent | 391264a1006c147d82c983701ae382005c251d75 (diff) | |
parent | 6066e1a44d041d7a5cafcb4c0276f5ff323226d9 (diff) | |
download | samba-5ecccac1c34f58019b195f6838f57366faa3575d.tar.gz samba-5ecccac1c34f58019b195f6838f57366faa3575d.tar.bz2 samba-5ecccac1c34f58019b195f6838f57366faa3575d.zip |
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Diffstat (limited to 'source3/script')
-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> # |