summaryrefslogtreecommitdiff
path: root/src/include/StoreNamedData.h
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-07-14 23:22:04 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-07-14 23:22:04 +0000
commit95f7ccfec64d6c4bde8a6c6a0940318ab294690f (patch)
tree658441dbc226bfb0373de96e8b76def7037f71d3 /src/include/StoreNamedData.h
parent4c1574eb950f17d52ef80be9b20e676f0e5b8a31 (diff)
Typo
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1737 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/StoreNamedData.h')
-rw-r--r--src/include/StoreNamedData.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/StoreNamedData.h b/src/include/StoreNamedData.h
index 6f915aa5..4437ed27 100644
--- a/src/include/StoreNamedData.h
+++ b/src/include/StoreNamedData.h
@@ -34,7 +34,7 @@ extern "C" {
/* Store the data. */
int StoreNamedData(pNamedData **list, const char *name, void *data);
-/* Fet the data. */
+/* Fetch the data. */
void *GetNamedData(pNamedData *list, const char *name);
/* destroy the data. */