tevent:mksyms: fix spelling...
authorMichael Adam <obnox@samba.org>
Fri, 11 Sep 2009 13:36:34 +0000 (15:36 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 11 Sep 2009 13:39:52 +0000 (15:39 +0200)
Michael

lib/tevent/script/mksyms.awk
lib/tevent/script/mksyms.sh

index ca14da0f2177bf2005a3e5835d9e6679c813669f..94a405ca689ff8741a8b188df27be210efb378f6 100644 (file)
@@ -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;
index 714d55abae6a7369e1bb1da1f0d5cc5f7f29734d..7fb4031e2bf8db7a8e2a813e63ea7fd67777e370 100755 (executable)
@@ -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