summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/texdoc/view.tlu
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/scripts/texdoc/view.tlu')
-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