Blame SOURCES/0032-sbus-fix-typo.patch

71e593
From fd7cb6f2605a60770a7f83e431b16bb888b5df45 Mon Sep 17 00:00:00 2001
71e593
From: =?UTF-8?q?Pavel=20B=C5=99ezina?= <pbrezina@redhat.com>
71e593
Date: Thu, 16 Aug 2018 11:42:44 +0200
71e593
Subject: [PATCH 32/47] sbus: fix typo
71e593
71e593
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
71e593
(cherry picked from commit 8c8f74b0dfa29643279d31b12300ced47d5c2ab5)
71e593
---
71e593
 src/sbus/sbus_message.h | 2 +-
71e593
 1 file changed, 1 insertion(+), 1 deletion(-)
71e593
71e593
diff --git a/src/sbus/sbus_message.h b/src/sbus/sbus_message.h
71e593
index 99dd9309b8ced478b4f9bb761db99000440ef105..92d5cea83b3c19ac19701849972a82ce67b09849 100644
71e593
--- a/src/sbus/sbus_message.h
71e593
+++ b/src/sbus/sbus_message.h
71e593
@@ -49,7 +49,7 @@ sbus_message_bound(TALLOC_CTX *mem_ctx, DBusMessage *msg);
71e593
  *
71e593
  * DO NOT USE dbus_message_unref() on such message anymore since it would not
71e593
  * release internal data about the bound. The message will be automatically
71e593
- * unreferenced whent the talloc context is freed.
71e593
+ * unreferenced when the talloc context is freed.
71e593
  *
71e593
  * @param mem_ctx Memory context to bound the message with. It can not be NULL.
71e593
  * @param msg     Message to be bound with memory context.
71e593
-- 
71e593
2.14.4
71e593