summaryrefslogtreecommitdiffstats
path: root/src/mercury/include/na.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mercury/include/na.h')
-rw-r--r--src/mercury/include/na.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mercury/include/na.h b/src/mercury/include/na.h
index 88b97f8..6f75b28 100644
--- a/src/mercury/include/na.h
+++ b/src/mercury/include/na.h
@@ -405,7 +405,7 @@ NA_PUBLIC na_return_t NA_Msg_init_unexpected(na_class_t *na_class, void *buf, na
* receive to be posted at the destination before sending the message and the
* destination is allowed to drop the message without notification. However,
* in general, NA plugins are encouraged to remain reliable to avoid unnecessary
- * timeouts and cancelations.
+ * timeouts and cancellations.
*
* Users must manually create an operation ID through NA_Op_create() and pass
* it through op_id for future use and prevent multiple ID creation.