From 53d809151fa289fc8d9391db1d878654ec713097 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Tue, 9 Jan 2018 17:00:27 -0500 Subject: [PATCH] Docs: typo in notification channel header MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- include/lttng/notification/channel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.34.1