summaryrefslogtreecommitdiff
path: root/doc/ReferenceManual
diff options
context:
space:
mode:
authorswhite <swhite@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-02-09 14:04:28 +0000
committerswhite <swhite@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-02-09 14:04:28 +0000
commita8b6a97e7638efacf66a0103080be689cc888fd9 (patch)
treea2e34cd3b2491e84bc9c8282da8a854c9325a5c5 /doc/ReferenceManual
parent23b06268ce4a4c44bd7a749d63a8a76803b96089 (diff)
Fixed typo that caused latex error
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3982 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/ReferenceManual')
-rw-r--r--doc/ReferenceManual/UtilReference.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ReferenceManual/UtilReference.tex b/doc/ReferenceManual/UtilReference.tex
index 58cd2c99..962c0989 100644
--- a/doc/ReferenceManual/UtilReference.tex
+++ b/doc/ReferenceManual/UtilReference.tex
@@ -1000,7 +1000,7 @@ set of delimiter characters (the order of these characters doesn't matter).
\begin{Discussion}
Many Unix systems define a function \verb|strsep()| which provides
a clean way of splitting a string into ``words''. However, some
-systems only provide the older (and inferior-in-several-ways}
+systems only provide the older (and inferior-in-several-ways)
\verb|strtok()| function, so Cactus implements its own \verb|strsep()|
function, \verb|Util_StrSep()|.