diff options
author | Michael Adam <obnox@samba.org> | 2009-09-11 15:36:57 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-09-11 15:39:52 +0200 |
commit | 50347d6ac061e735b2dd8874d00c663b9f6aeb59 (patch) | |
tree | bf7768dd5090cdbf518e87989b7fc9552ae81ad0 /source3/script | |
parent | 64bfa26f99b91a84f9fa241a440b6d7d5a8847ae (diff) | |
download | samba-50347d6ac061e735b2dd8874d00c663b9f6aeb59.tar.gz samba-50347d6ac061e735b2dd8874d00c663b9f6aeb59.tar.xz samba-50347d6ac061e735b2dd8874d00c663b9f6aeb59.zip |
s3:mksyms: fix spelling...
Michael
Diffstat (limited to 'source3/script')
-rw-r--r-- | source3/script/mksyms.awk | 2 | ||||
-rwxr-xr-x | source3/script/mksyms.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source3/script/mksyms.awk b/source3/script/mksyms.awk index a30bea4d340..846a283fe19 100644 --- a/source3/script/mksyms.awk +++ b/source3/script/mksyms.awk @@ -4,7 +4,7 @@ # Extract symbols to export from C-header files. # output in version-script format for linking shared libraries. # -# Copyright (C) 2008 Micheal Adam <obnox@samba.org> +# Copyright (C) 2008 Michael Adam <obnox@samba.org> # BEGIN { inheader=0; diff --git a/source3/script/mksyms.sh b/source3/script/mksyms.sh index 714d55abae6..7fb4031e2bf 100755 --- a/source3/script/mksyms.sh +++ b/source3/script/mksyms.sh @@ -8,7 +8,7 @@ # # This is the shell wrapper for the mksyms.awk core script. # -# Copyright (C) 2008 Micheal Adam <obnox@samba.org> +# Copyright (C) 2008 Michael Adam <obnox@samba.org> # LANG=C; export LANG |