summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/kpsewhich.c
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-03-25 22:13:22 +0000
committerKarl Berry <karl@freefriends.org>2019-03-25 22:13:22 +0000
commit87e7493a519d6a3947b306b40adc23bb8b954010 (patch)
treea05d18f06d04d603fc80c959766e682efe2a43db /Build/source/texk/kpathsea/kpsewhich.c
parent6cb09d251ac49355e06811dc8956f1f97896719b (diff)
attempt to document the lack of disk searching when ls-R is present more clearly
git-svn-id: svn://tug.org/texlive/trunk@50595 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/kpsewhich.c')
-rw-r--r--Build/source/texk/kpathsea/kpsewhich.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/kpsewhich.c b/Build/source/texk/kpathsea/kpsewhich.c
index a3d095ae19a..1be21f39889 100644
--- a/Build/source/texk/kpathsea/kpsewhich.c
+++ b/Build/source/texk/kpathsea/kpsewhich.c
@@ -632,7 +632,7 @@ read_command_line (kpathsea kpse, int argc, string *argv)
assert (g == 0); /* We have no short option names. */
if (ARGUMENT_IS ("casefold-search")) {
- /* We can't just a boolean for casefold-search because we want to
+ /* We can't use a boolean for casefold-search because we want to
distinguish it being set with an option vs. leaving the default
(by default). */
xputenv ("texmf_casefold_search", "1");