diff options
author | Karl Berry <karl@freefriends.org> | 2009-07-07 21:53:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-07-07 21:53:26 +0000 |
commit | f091af030bfa5c2798e66f3bfc9b25bfa2e7a552 (patch) | |
tree | e330ceed23398d07d15cb5cc3b02e7473e0d8cb9 /Master/install-tl | |
parent | 561de0a74e8bcfc89e6f8cef0d44a63fd5a4acca (diff) |
typos, comments
git-svn-id: svn://tug.org/texlive/trunk@14177 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-x | Master/install-tl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/install-tl b/Master/install-tl index 0a5c0a48485..387b82c7e90 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -542,7 +542,7 @@ exit(0); sub do_installation { if (win32()) { - debug("Switching to non-admin mode due to explict user request!\n"); + debug("Switching to non-admin mode due to explicit user request!\n"); non_admin() if !$vars{'option_w32_multi_user'}; } # do the actual installation |