1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-24 13:57:43 +03:00

s3:mksyms: fix spelling...

Michael
This commit is contained in:
Michael Adam 2009-09-11 15:36:57 +02:00
parent 64bfa26f99
commit 50347d6ac0
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