summaryrefslogtreecommitdiff
path: root/doc/UsersGuide/UtilityRoutines.tex
diff options
context:
space:
mode:
authorjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-04-02 16:36:19 +0000
committerjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-04-02 16:36:19 +0000
commitca019314ea14ab5aedfe881f1e91a71eeeb9486b (patch)
tree6b7934268c9a47bf9851a78337e4503eb2903f52 /doc/UsersGuide/UtilityRoutines.tex
parentb36cf549b730c7ff417e8b22002f4a125d3eba57 (diff)
fix a missing-word typo
git-svn-id: http://svn.cactuscode.org/flesh/trunk@2682 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/UsersGuide/UtilityRoutines.tex')
-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 63031e76..a2ade683 100644
--- a/doc/UsersGuide/UtilityRoutines.tex
+++ b/doc/UsersGuide/UtilityRoutines.tex
@@ -328,7 +328,7 @@ write generic code which can operate on a table without knowing the
keys. ``Table iterators'' (``iterators'' for short) are used for this.
An iterator is an abstraction of a pointer to a particular table entry.
-Iterators are to the \verb|DIR *| pointers used by the POSIX
+Iterators are analogous to the \verb|DIR *| pointers used by the POSIX
\verb|opendir()|, \verb|readdir()|, \verb|closedir()|, and similar
functions, to Perl hash tables' \verb|each()|, \verb|keys()|,
and \verb|values|, and to the C++ Standard Template Library's