From 5e4a473039022d7bfac18525aaded09e32f86f8e Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 1 Sep 2009 07:37:45 +0000 Subject: fix typo arbitrar(i)ly git-svn-id: svn://tug.org/texlive/trunk@14978 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf/scripts/texlive/tlmgrgui/gui-config.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master/texmf/scripts') diff --git a/Master/texmf/scripts/texlive/tlmgrgui/gui-config.pl b/Master/texmf/scripts/texlive/tlmgrgui/gui-config.pl index 761f16d604e..bbca304b8dd 100644 --- a/Master/texmf/scripts/texlive/tlmgrgui/gui-config.pl +++ b/Master/texmf/scripts/texlive/tlmgrgui/gui-config.pl @@ -421,7 +421,7 @@ sub select_autobackup { my $opt = $foo->BrowseEntry(-label => __("Auto backup setting"), -variable => \$var); my @al; - push @al, "-1 (" . __("keep arbitrarly many") . ")"; + push @al, "-1 (" . __("keep arbitrarily many") . ")"; push @al, "0 (" . __("disable") . ")"; for my $i (1..100) { push @al, $i; -- cgit v1.2.3