diff options
author | Norbert Preining <preining@logic.at> | 2009-09-01 07:37:45 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-09-01 07:37:45 +0000 |
commit | 5e4a473039022d7bfac18525aaded09e32f86f8e (patch) | |
tree | dcb1d6e31ca4dd54a69d6e2c0b7d6dc593e16af1 | |
parent | bda72a09bac98c4dda3419e85873d5ed69ea4f8a (diff) |
fix typo arbitrar(i)ly
git-svn-id: svn://tug.org/texlive/trunk@14978 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf/scripts/texlive/tlmgrgui/gui-config.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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; |