[calls] message-source: Fix typo



commit 52eebaad83ff0fbfdd737005ac5d11654e6d710f
Author: Evangelos Ribeiro Tzaras <devrtz fortysixandtwo eu>
Date:   Thu Jan 20 09:05:15 2022 +0100

    message-source: Fix typo

 src/calls-message-source.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/calls-message-source.h b/src/calls-message-source.h
index 50454bd9..93d0beb4 100644
--- a/src/calls-message-source.h
+++ b/src/calls-message-source.h
@@ -41,7 +41,7 @@ struct _CallsMessageSourceInterface
 
 /**
  * CALLS_EMIT_MESSAGE:
- * @obj: an object which can be cast to a #CallsMesssageSource
+ * @obj: an object which can be cast to a #CallsMessageSource
  * @text: the message text as a string
  * @type: the type of the message
  *
@@ -57,7 +57,7 @@ struct _CallsMessageSourceInterface
 
 /**
  * CALLS_ERROR:
- * @obj: an object which can be cast to a #CallsMesssageSource
+ * @obj: an object which can be cast to a #CallsMessageSource
  * @error: a pointer to a #GError containing the error message
  *
  * Emit a message signal with an error type, the text of which is


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]