summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-02-05 10:37:30 +0000
committerjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-02-05 10:37:30 +0000
commit8bb1a1167165003b645f076272b61cd6a0840b4d (patch)
tree629beb1af037c96cc57c360118ee07d6692f90d1 /doc
parent2fdc4eb5d1ae10a18730d2fc4bbf8252b7dcb216 (diff)
oops, fix one more botch in the key-values tables description
git-svn-id: http://svn.cactuscode.org/flesh/trunk@2608 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc')
-rw-r--r--doc/UsersGuide/UtilityRoutines.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/UsersGuide/UtilityRoutines.tex b/doc/UsersGuide/UtilityRoutines.tex
index def1f8f9..63031e76 100644
--- a/doc/UsersGuide/UtilityRoutines.tex
+++ b/doc/UsersGuide/UtilityRoutines.tex
@@ -58,7 +58,7 @@ Perl hash table.)%%%
}%%%
More formally, a table is an object which stores a set of ``keys''
-and a corresponding set of ``values''. We refer to a (key,entry)
+and a corresponding set of ``values''. We refer to a (key,value)
pair as a table ``entry''.
Keys are C-style null-terminated character strings, with the slash