summaryrefslogtreecommitdiff
path: root/src/util/Table.c
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-10-03 16:20:34 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-10-03 16:20:34 +0000
commitd51b12875913e37cdd43f7ef1c67039bdd4b85f6 (patch)
treeef32c161bc7134385b90b015ca45fa6f03f64bc4 /src/util/Table.c
parentafaab9892c742f8064f003842d1c3233f9a89a3c (diff)
Untabifying.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4163 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/util/Table.c')
-rw-r--r--src/util/Table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/Table.c b/src/util/Table.c
index 31db8444..4e38fee9 100644
--- a/src/util/Table.c
+++ b/src/util/Table.c
@@ -9,7 +9,7 @@
@desc
This program implements the key-value table API defined
in util_Table.h, the Cactus Reference Manual, and in
- chapter C of the the Cactus User's Guide. A slightly
+ chapter C of the the Cactus User's Guide. A slightly
earlier version of this API is documented in
http://www.cactuscode.org/Development/Specs/KeyValueLookup.txt
@enddesc