From 192e9fdf77376a8303e4204046fd513446d840d7 Mon Sep 17 00:00:00 2001 From: Akimn Demaille Date: Sat, 15 Feb 2020 10:49:14 +0100 Subject: [PATCH] build: fix typo * build-aux/cross-options.pl: here. --- build-aux/cross-options.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-aux/cross-options.pl b/build-aux/cross-options.pl index 7f34c71b..31fe8065 100755 --- a/build-aux/cross-options.pl +++ b/build-aux/cross-options.pl @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # -# Written by Akimn Demaille. +# Written by Akim Demaille. use warnings; use 5.005;