summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/texdoc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-02-14 22:30:46 +0000
committerKarl Berry <karl@freefriends.org>2017-02-14 22:30:46 +0000
commit4033f17d3bd7f7c54db96475c3333c445497aa8f (patch)
treef202d3932d386e08b43f321cdf2aa409b6f9258d /Master/texmf-dist/scripts/texdoc
parent62ce40f4ecfe95d2385f09e2914c41091196b80d (diff)
comand -> command (report from Yudai Nakata)
git-svn-id: svn://tug.org/texlive/trunk@43228 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/texdoc')
-rw-r--r--Master/texmf-dist/scripts/texdoc/view.tlu3
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/texdoc/view.tlu b/Master/texmf-dist/scripts/texdoc/view.tlu
index b51bea4c570..6f120beba1e 100644
--- a/Master/texmf-dist/scripts/texdoc/view.tlu
+++ b/Master/texmf-dist/scripts/texdoc/view.tlu
@@ -1,3 +1,4 @@
+-- $Id$
-- view.tlu view a document and/or display the list of results in texdoc
--
-- Manuel Pégourié-Gonnard, GPLv3, see texdoclib.tlu for details
@@ -88,7 +89,7 @@ function try_viewing (view_command, viewer_replacement)
err_print('warning',
"Try --list if you want results to be listed, not displayed.")
end
- err_print('info', 'View comand: '..view_command)
+ err_print('info', 'View command: '..view_command)
if not os.execute(view_command) then
err_print('error', "Failed to execute '"..view_command.."'")
return false