1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-28 14:49:30 +00:00

display: Fix typo

This commit is contained in:
Evangelos Ribeiro Tzaras 2021-06-02 19:58:29 +02:00
parent 588955b59e
commit 9877f4469b

View file

@ -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);