From 9877f4469b29f1dcd7a71f3c2d3873b51bece6b7 Mon Sep 17 00:00:00 2001 From: Evangelos Ribeiro Tzaras Date: Wed, 2 Jun 2021 19:58:29 +0200 Subject: [PATCH] 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 c837732..d50c8e5 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);