From 5c946b1b286e922db86e64d42ec5db985b9086d8 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 30 Oct 2008 23:50:35 +0100 Subject: mksyms.sh: Fix typo in comment. --- source3/script/mksyms.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/script/mksyms.sh') diff --git a/source3/script/mksyms.sh b/source3/script/mksyms.sh index 51d3fbd999..714d55abae 100755 --- a/source3/script/mksyms.sh +++ b/source3/script/mksyms.sh @@ -6,7 +6,7 @@ # Extract symbols to export from C-header files. # output in version-script format for linking shared libraries. # -# This is the shell warpper for the mksyms.awk core script. +# This is the shell wrapper for the mksyms.awk core script. # # Copyright (C) 2008 Micheal Adam # -- cgit