summaryrefslogtreecommitdiff
path: root/src/util/Hash.c
diff options
context:
space:
mode:
authorrideout <rideout@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-08-22 20:51:11 +0000
committerrideout <rideout@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-08-22 20:51:11 +0000
commit50015854ab548c5f40c8c936d89d44309f0d3f8f (patch)
treedfbc3b0415512d6f535bee74eaf28ce47d7f3451 /src/util/Hash.c
parent82f70a0da74a607b793e637b4c1270fa11023a65 (diff)
typo in comment
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3385 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/util/Hash.c')
-rw-r--r--src/util/Hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/Hash.c b/src/util/Hash.c
index eb8f2b84..8aec90f8 100644
--- a/src/util/Hash.c
+++ b/src/util/Hash.c
@@ -573,7 +573,7 @@ int Util_HashDelete(uHash *hash,
@returntype void *
@returndesc
- The data associated with the key if found, ogtherwise NULL.
+ The data associated with the key if found, otherwise NULL.
@endreturndesc
@@*/