diff options
author | Norbert Preining <preining@logic.at> | 2013-08-29 05:07:10 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2013-08-29 05:07:10 +0000 |
commit | 3b7488507e869faf1f3ca2e6be10c46269b650e1 (patch) | |
tree | 2fcc3a16816ca5b45f5dac597670824cf0eabd38 /Master/tlpkg | |
parent | c83c26aa33e34430d238ab070e0e295ac8a9e5fc (diff) |
fix stupid typo
git-svn-id: svn://tug.org/texlive/trunk@31537 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/libexec/tl-merge-tlpdb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/tl-merge-tlpdb b/Master/tlpkg/libexec/tl-merge-tlpdb index 6fb90e6f415..d00c80937f7 100755 --- a/Master/tlpkg/libexec/tl-merge-tlpdb +++ b/Master/tlpkg/libexec/tl-merge-tlpdb @@ -113,7 +113,7 @@ if ($opt_save) { } if (!$opt_quiet) { - printf STDERR "Don't forget to actually copy the files from the archive dir!\n" + printf STDERR "Don't forget to actually copy the files from the archive dir!\n"; printf STDERR "Finished.\n"; } |