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

source3/script/mksyms.awk
source3/script/mksyms.sh

index a30bea4d340ba7b8ad2d4e8d8c391a25be68d735..846a283fe1965146b94bf2bc863395bcd4e37783 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