[calls/wip/compiler-warnings: 2/12] display: Fix typo




commit 0cde7a3290b03421057b7c2d92191562fa4f1f48
Author: Evangelos Ribeiro Tzaras <evangelos tzaras puri sm>
Date:   Wed Jun 2 19:58:29 2021 +0200

    display: Fix typo

 src/calls-call-display.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/calls-call-display.c b/src/calls-call-display.c
index c8377325..d50c8e5a 100644
--- a/src/calls-call-display.c
+++ b/src/calls-call-display.c
@@ -472,7 +472,7 @@ calls_call_display_class_init (CallsCallDisplayClass *klass)
   props[PROP_CALL] =
     g_param_spec_object ("call",
                          "Call",
-                         "The CallsCall which this display rapresents",
+                         "The CallsCall which this display represents",
                          CALLS_TYPE_CALL,
                          G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY);
 


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