aboutsummaryrefslogtreecommitdiff
path: root/src/messenger/gnunet-service-messenger_operation_store.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/messenger/gnunet-service-messenger_operation_store.h')
-rw-r--r--src/messenger/gnunet-service-messenger_operation_store.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/messenger/gnunet-service-messenger_operation_store.h b/src/messenger/gnunet-service-messenger_operation_store.h
index 2fd604340..4c613437c 100644
--- a/src/messenger/gnunet-service-messenger_operation_store.h
+++ b/src/messenger/gnunet-service-messenger_operation_store.h
@@ -79,7 +79,7 @@ save_operation_store (const struct GNUNET_MESSENGER_OperationStore *store,
79 const char *directory); 79 const char *directory);
80 80
81/** 81/**
82 * Retruns the type of the active operation under a given <i>hash</i> in 82 * Returns the type of the active operation under a given <i>hash</i> in
83 * a specific operation <i>store</i>. If there is no active operation under 83 * a specific operation <i>store</i>. If there is no active operation under
84 * the given <i>hash</i>, #GNUNET_MESSENGER_OP_UNKNOWN gets returned instead. 84 * the given <i>hash</i>, #GNUNET_MESSENGER_OP_UNKNOWN gets returned instead.
85 * 85 *