summaryrefslogtreecommitdiff
path: root/Build/source/texk/bibtex-x/bibtex-3.c
diff options
context:
space:
mode:
authorTakuji Tanaka <ttk@t-lab.opal.ne.jp>2021-08-14 14:03:26 +0000
committerTakuji Tanaka <ttk@t-lab.opal.ne.jp>2021-08-14 14:03:26 +0000
commitb8e70e2b6a8f4847f511bfb08bfa92d254c8f112 (patch)
treec87f2085d3da0b27684f375c8c24a23dc08da7b3 /Build/source/texk/bibtex-x/bibtex-3.c
parent3466839487a4ee233b88c2b455029b66c4c0915d (diff)
bibtexu: clean up usage of ICU functions
git-svn-id: svn://tug.org/texlive/trunk@60239 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/bibtex-x/bibtex-3.c')
-rw-r--r--Build/source/texk/bibtex-x/bibtex-3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/bibtex-x/bibtex-3.c b/Build/source/texk/bibtex-x/bibtex-3.c
index 5206c02ee39..bccc9e9c9f4 100644
--- a/Build/source/texk/bibtex-x/bibtex-3.c
+++ b/Build/source/texk/bibtex-x/bibtex-3.c
@@ -3134,7 +3134,7 @@ BEGIN
END
/*
-This fonction is for transform Unicode string to up case. 23/sep/2009
+This function is for transform Unicode string to up case. 23/sep/2009
*/
int32_t icu_strToUpper(UChar * tarup, int32_t tucap, UChar * target, int32_t tarlen)