From f0cb75f66984753d80a1a9d4c34c65fe3abd489f Mon Sep 17 00:00:00 2001 From: Ana Cabral Date: Wed, 29 Dec 2021 14:29:09 -0300 Subject: [PATCH] trivial: fix typos --- src/core/devices/ovs/nm-ovsdb.c | 2 +- src/libnm-client-impl/libnm.ver | 2 +- src/libnm-core-impl/nm-setting-private.h | 2 +- src/libnm-core-public/nm-version-macros.h.in | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/core/devices/ovs/nm-ovsdb.c b/src/core/devices/ovs/nm-ovsdb.c index 1d59ea865e..d80aa8b48e 100644 --- a/src/core/devices/ovs/nm-ovsdb.c +++ b/src/core/devices/ovs/nm-ovsdb.c @@ -741,7 +741,7 @@ _j_create_external_ids_array_update(const char *connection_uuid, /** * _insert_interface: * - * Returns an commands that adds new interface from a given connection. + * Returns a command that adds new interface from a given connection. */ static void _insert_interface(json_t *params, diff --git a/src/libnm-client-impl/libnm.ver b/src/libnm-client-impl/libnm.ver index ce07a87654..ce0b22b406 100644 --- a/src/libnm-client-impl/libnm.ver +++ b/src/libnm-client-impl/libnm.ver @@ -1815,4 +1815,4 @@ global: nm_setting_bond_port_new; nm_setting_connection_get_dns_over_tls; nm_setting_connection_dns_over_tls_get_type; -} libnm_1_32_4; +} libnm_1_32_4; \ No newline at end of file diff --git a/src/libnm-core-impl/nm-setting-private.h b/src/libnm-core-impl/nm-setting-private.h index 61dc7f6159..259beb1e73 100644 --- a/src/libnm-core-impl/nm-setting-private.h +++ b/src/libnm-core-impl/nm-setting-private.h @@ -236,7 +236,7 @@ gboolean _nm_setting_clear_secrets(NMSetting *setting, /* The property of the #NMSetting should be considered during comparisons that * use the %NM_SETTING_COMPARE_FLAG_INFERRABLE flag. Properties that don't have - * this flag, are ignored when doing an infrerrable comparison. This flag should + * this flag, are ignored when doing an inferrable comparison. This flag should * be set on all properties that are read from the kernel or the system when a * connection is generated. eg, IP addresses/routes can be read from the * kernel, but the 'autoconnect' property cannot, so diff --git a/src/libnm-core-public/nm-version-macros.h.in b/src/libnm-core-public/nm-version-macros.h.in index 8ec834365d..85b81b116a 100644 --- a/src/libnm-core-public/nm-version-macros.h.in +++ b/src/libnm-core-public/nm-version-macros.h.in @@ -75,7 +75,7 @@ * For development builds, NM_API_VERSION is the next * stable API after NM_VERSION. When you run a development * version, you are already using the future API, even if - * it is not yet release. Hence, the currently used API + * it is not yet released. Hence, the currently used API * version is the future one. */ #define NM_API_VERSION \ (((NM_MINOR_VERSION % 2) == 1) \