From 195c853a8026fbc82d07a9087eeafd4d0ea2438e Mon Sep 17 00:00:00 2001 From: Andrew Zaborowski Date: Tue, 13 Apr 2021 01:37:44 +0200 Subject: [PATCH] libnm-core: Drop repeating words in NM_CONNECTION_CHANGED comment --- src/libnm-core-impl/nm-connection.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/libnm-core-impl/nm-connection.c b/src/libnm-core-impl/nm-connection.c index bc070a9d84..fe46274fbb 100644 --- a/src/libnm-core-impl/nm-connection.c +++ b/src/libnm-core-impl/nm-connection.c @@ -3375,9 +3375,9 @@ nm_connection_default_init(NMConnectionInterface *iface) * NMConnection::changed: * @connection: the object on which the signal is emitted * - * The ::changed signal is emitted when any property of any property - * (including secrets) of any setting of the connection is modified, - * or when settings are added or removed. + * The ::changed signal is emitted when any property (including secrets) + * of any setting of the connection is modified, or when settings are + * added or removed. */ signals[CHANGED] = g_signal_new(NM_CONNECTION_CHANGED, NM_TYPE_CONNECTION,