From 8c8f74b0dfa29643279d31b12300ced47d5c2ab5 Mon Sep 17 00:00:00 2001 From: Pavel Březina Date: Sep 06 2018 14:38:38 +0000 Subject: sbus: fix typo Reviewed-by: Jakub Hrozek --- diff --git a/src/sbus/sbus_message.h b/src/sbus/sbus_message.h index 99dd930..92d5cea 100644 --- a/src/sbus/sbus_message.h +++ b/src/sbus/sbus_message.h @@ -49,7 +49,7 @@ sbus_message_bound(TALLOC_CTX *mem_ctx, DBusMessage *msg); * * DO NOT USE dbus_message_unref() on such message anymore since it would not * release internal data about the bound. The message will be automatically - * unreferenced whent the talloc context is freed. + * unreferenced when the talloc context is freed. * * @param mem_ctx Memory context to bound the message with. It can not be NULL. * @param msg Message to be bound with memory context.