diff options
-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> # |