trivial: fix typos

This commit is contained in:
Ana Cabral 2021-12-29 14:29:09 -03:00 committed by Ana Cabral
parent d6395f7ee7
commit f0cb75f669
4 changed files with 4 additions and 4 deletions

View file

@ -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,

View file

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

View file

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

View file

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