From 50347d6ac061e735b2dd8874d00c663b9f6aeb59 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 11 Sep 2009 15:36:57 +0200 Subject: s3:mksyms: fix spelling... Michael --- source3/script/mksyms.awk | 2 +- source3/script/mksyms.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/script') diff --git a/source3/script/mksyms.awk b/source3/script/mksyms.awk index a30bea4d34..846a283fe1 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 714d55abae..7fb4031e2b 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 -- cgit