1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

tevent:mksyms: fix spelling...

Michael
This commit is contained in:
Michael Adam
2009-09-11 15:36:34 +02:00
parent ea2b9e0fb1
commit 64bfa26f99
2 changed files with 2 additions and 2 deletions

View 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;

View File

@ -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