summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-09-11 15:36:34 +0200
committerMichael Adam <obnox@samba.org>2009-09-11 15:39:52 +0200
commit64bfa26f99b91a84f9fa241a440b6d7d5a8847ae (patch)
tree253c2dee5864f9f5651a3ccd2961a6df537f0d60
parentea2b9e0fb1dfd433e2dd054272f4ab8a37378178 (diff)
downloadsamba-64bfa26f99b91a84f9fa241a440b6d7d5a8847ae.tar.gz
samba-64bfa26f99b91a84f9fa241a440b6d7d5a8847ae.tar.bz2
samba-64bfa26f99b91a84f9fa241a440b6d7d5a8847ae.zip
tevent:mksyms: fix spelling...
Michael
-rw-r--r--lib/tevent/script/mksyms.awk2
-rwxr-xr-xlib/tevent/script/mksyms.sh2
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