From: Jérémie Galarneau Date: Tue, 9 Jan 2018 22:00:27 +0000 (-0500) Subject: Docs: typo in notification channel header X-Git-Tag: v2.11.0-rc1~320 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=53d809151fa289fc8d9391db1d878654ec713097 Docs: typo in notification channel header Signed-off-by: Jérémie Galarneau --- diff --git a/include/lttng/notification/channel.h b/include/lttng/notification/channel.h index 232564633..b010df12a 100644 --- a/include/lttng/notification/channel.h +++ b/include/lttng/notification/channel.h @@ -79,7 +79,7 @@ extern struct lttng_notification_channel *lttng_notification_channel_create( * Notifications can be dropped if a client consumes the notifications sent * through the notification channel too slowly. * - * Returns LTTNG_NOTIFICATION_CHANNEL_STATUS_OK and a notificationon success, + * Returns LTTNG_NOTIFICATION_CHANNEL_STATUS_OK and a notification on success, * LTTNG_NOTIFICATION_CHANNEL_STATUS_INVALID if an invalid parameter was * provided, or LTTNG_NOTIFICATION_CHANNEL_STATUS_NOTIFICATIONS_DROPPED if * notifications were dropped.