summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/UsersGuide/FunctionReference.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/UsersGuide/FunctionReference.tex b/doc/UsersGuide/FunctionReference.tex
index 292f09d4..59c0d830 100644
--- a/doc/UsersGuide/FunctionReference.tex
+++ b/doc/UsersGuide/FunctionReference.tex
@@ -5876,7 +5876,7 @@ in \verb|"util_Table.h"|:
blur once we leave ASCII-land. For example, should
{\t "stra\ss{}e"} compare equal to {\t "strasse"}?
What about a case-insensitive comparison of
- {\t "STRA\ss{}E"} and {\t "STRASSE"}? And what
+ {\t "stra\ss{}e"} and {\t "STRASSE"}? And what
about the 16-bit character sets used for Chinese,
Japanese, and Korean? In general, Cactus basically
just ignores internationalization issues. Sigh\dots