diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tevent/script/mksyms.awk | 2 | ||||
-rwxr-xr-x | 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 <obnox@samba.org> +# Copyright (C) 2008 Michael Adam <obnox@samba.org> # 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 <obnox@samba.org> +# Copyright (C) 2008 Michael Adam <obnox@samba.org> # LANG=C; export LANG |