diff options
| author | Jacob Nevins <jacobn@chiark.greenend.org.uk> | 2004-06-21 00:28:44 +0000 |
|---|---|---|
| committer | Jacob Nevins <jacobn@chiark.greenend.org.uk> | 2004-06-21 00:28:44 +0000 |
| commit | 765012cad1a36c9bb3094c66d055a3b612e4c3a2 (patch) | |
| tree | 008c402d177a5d01afdf0a46f9ad940090b727d5 | |
| parent | 68aff7886d409a6ac969108450c491004fac62d8 (diff) | |
| download | halibut-765012cad1a36c9bb3094c66d055a3b612e4c3a2.zip halibut-765012cad1a36c9bb3094c66d055a3b612e4c3a2.tar.gz halibut-765012cad1a36c9bb3094c66d055a3b612e4c3a2.tar.bz2 halibut-765012cad1a36c9bb3094c66d055a3b612e4c3a2.tar.xz | |
nit: s/case-sensitive/case-insensitive/ in comment about nasty indexing
hack.
[originally from svn r4311]
| -rw-r--r-- | bk_whlp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -258,7 +258,7 @@ void whlp_backend(paragraph *sourceform, keywordlist *keywords, if (ie_prev) { /* * It appears that Windows Help's index mechanism - * is inherently case-sensitive. Therefore, if two + * is inherently case-insensitive. Therefore, if two * adjacent index terms compare equal apart from * case, I'm going to append nonbreaking spaces to * the end of the second one so that Windows will |