summaryrefslogtreecommitdiff
path: root/Build/source/texk/bibtex-x/bibtex-2.c
diff options
context:
space:
mode:
authorTakuji Tanaka <ttk@t-lab.opal.ne.jp>2021-08-14 14:37:23 +0000
committerTakuji Tanaka <ttk@t-lab.opal.ne.jp>2021-08-14 14:37:23 +0000
commit7957729c657298312dd704a7cd42bef27ec9be27 (patch)
tree54d886c6bda76991cd9da731748e281ab10ae15e /Build/source/texk/bibtex-x/bibtex-2.c
parent05c772600d3bd525ef885d38988a37f8971dec36 (diff)
bibtexu: typo
git-svn-id: svn://tug.org/texlive/trunk@60241 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/bibtex-x/bibtex-2.c')
-rw-r--r--Build/source/texk/bibtex-x/bibtex-2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/bibtex-x/bibtex-2.c b/Build/source/texk/bibtex-x/bibtex-2.c
index 3cb4f5a57dd..7bb7469c5b8 100644
--- a/Build/source/texk/bibtex-x/bibtex-2.c
+++ b/Build/source/texk/bibtex-x/bibtex-2.c
@@ -2931,7 +2931,7 @@ BEGIN
#ifdef UTF_8
/*
We use ICU Collator ucol_strcollUTF8() to compare the Unicode in UTF-8.
-There is an commad line option "-o", "--location" to set the rule of collation.
+There is an command line option "-o", "--location" to set the rule of collation.
*/
Integer_T lenk1, lenk2;
UBool u_less;