diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2016-04-27 09:50:58 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2016-04-27 09:50:58 +0000 |
commit | 319adf268aca118cf04107eee1ef0f86a5d6443b (patch) | |
tree | 3a5a5a633c8299fd476e31e7096ee932d2d209ca /usr.bin/libtool/LT | |
parent | 8bd31522885776f7948ff6c64e9137097ca4cb80 (diff) |
typo: wil -> will
Diffstat (limited to 'usr.bin/libtool/LT')
-rw-r--r-- | usr.bin/libtool/LT/Mode/Link.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/libtool/LT/Mode/Link.pm b/usr.bin/libtool/LT/Mode/Link.pm index adad4773afe..b5c16cedf66 100644 --- a/usr.bin/libtool/LT/Mode/Link.pm +++ b/usr.bin/libtool/LT/Mode/Link.pm @@ -1,5 +1,5 @@ # ex:ts=8 sw=4: -# $OpenBSD: Link.pm,v 1.30 2015/09/21 08:49:06 ajacoutot Exp $ +# $OpenBSD: Link.pm,v 1.31 2016/04/27 09:50:57 ajacoutot Exp $ # # Copyright (c) 2007-2010 Steven Mestdagh <steven@openbsd.org> # Copyright (c) 2012 Marc Espie <espie@openbsd.org> @@ -131,7 +131,7 @@ sub run 'dlpreopen:', 'export-dynamic', 'export-symbols:', - '-export-symbols:', sub { shortdie "the option is -export-symbols.\n--export-symbols wil be ignored by gnu libtool"; }, + '-export-symbols:', sub { shortdie "the option is -export-symbols.\n--export-symbols will be ignored by gnu libtool"; }, 'export-symbols-regex:', 'module', 'no-fast-install', |