summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
Diffstat (limited to 'source3')
-rw-r--r--source3/script/mksyms.awk2
-rwxr-xr-xsource3/script/mksyms.sh2
2 files changed, 2 insertions, 2 deletions
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 <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 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 <obnox@samba.org>
+# Copyright (C) 2008 Michael Adam <obnox@samba.org>
#
LANG=C; export LANG