From 64bfa26f99b91a84f9fa241a440b6d7d5a8847ae Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 11 Sep 2009 15:36:34 +0200 Subject: tevent:mksyms: fix spelling... Michael --- lib/tevent/script/mksyms.awk | 2 +- lib/tevent/script/mksyms.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/tevent/script/mksyms.awk b/lib/tevent/script/mksyms.awk index ca14da0f21..94a405ca68 100644 --- a/lib/tevent/script/mksyms.awk +++ b/lib/tevent/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/lib/tevent/script/mksyms.sh b/lib/tevent/script/mksyms.sh index 714d55abae..7fb4031e2b 100755 --- a/lib/tevent/script/mksyms.sh +++ b/lib/tevent/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