summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/pathsearch.c
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-02-29 23:49:32 +0000
committerKarl Berry <karl@freefriends.org>2020-02-29 23:49:32 +0000
commit90f117d71ab8eddc0295dde98ecaefb49a6e7e80 (patch)
tree99649c2d5a1d6933e9079cddfb90773ffdde9024 /Build/source/texk/kpathsea/pathsearch.c
parent810eb77b962e31dc585406153dbd26b1730fca99 (diff)
doc fixes
git-svn-id: svn://tug.org/texlive/trunk@53980 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/pathsearch.c')
-rw-r--r--Build/source/texk/kpathsea/pathsearch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/pathsearch.c b/Build/source/texk/kpathsea/pathsearch.c
index ad6f0cd0199..6b15e013d24 100644
--- a/Build/source/texk/kpathsea/pathsearch.c
+++ b/Build/source/texk/kpathsea/pathsearch.c
@@ -173,7 +173,7 @@ casefold_readable_file (kpathsea kpse, string name)
if (kpathsea_readable_file (kpse, ret)) {
break; /* success */
} else {
- /* This only happens the name matches, but the potential file is
+ /* This only happens when the name matches, but the potential file is
not actually readable, e.g., a broken symlink. It seems
sufficiently unusual to be worth logging. */
#ifdef KPSE_DEBUG