From: Michael Adam Date: Fri, 11 Sep 2009 13:36:57 +0000 (+0200) Subject: s3:mksyms: fix spelling... X-Git-Tag: talloc-2.0.1~523^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50347d6ac061e735b2dd8874d00c663b9f6aeb59;p=thirdparty%2Fsamba.git s3:mksyms: fix spelling... Michael --- 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 +# Copyright (C) 2008 Michael Adam # 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 +# Copyright (C) 2008 Michael Adam # LANG=C; export LANG