summaryrefslogtreecommitdiff
path: root/Build/source/texk/texlive/linked_scripts/tlshell/tlshell.tcl
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-03-22 20:50:19 +0000
committerKarl Berry <karl@freefriends.org>2019-03-22 20:50:19 +0000
commit96053081ddf50ffc6860dd4ff9b019bf0c12df5f (patch)
tree0c88fdb4fc42d9dc772f9035a19b8e49f9685bf4 /Build/source/texk/texlive/linked_scripts/tlshell/tlshell.tcl
parentc683b2e6b6248248b03f94e79edbebec1de2416b (diff)
lwarp (22mar19)
git-svn-id: svn://tug.org/texlive/trunk@50535 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/texlive/linked_scripts/tlshell/tlshell.tcl')
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/tlshell/tlshell.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/tlshell/tlshell.tcl b/Build/source/texk/texlive/linked_scripts/tlshell/tlshell.tcl
index a1352ebbc9d..14621bb84a4 100755
--- a/Build/source/texk/texlive/linked_scripts/tlshell/tlshell.tcl
+++ b/Build/source/texk/texlive/linked_scripts/tlshell/tlshell.tcl
@@ -1515,7 +1515,7 @@ proc update_tlmgr {} {
set ans [tk_messageBox -type okcancel -icon info -message \
[string cat [__ "If update fails, try on a command-line:"] \
"\ntlmgr update --self\n" \
- [__ "Use an admininstative command prompt for an admin install."]]]
+ [__ "Use an administrative command prompt for an admin install."]]]
if {$ans eq "cancel"} return
}
run_cmd "update --self" 1