mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-02 03:00:37 +01:00
trivial: fix typos
This commit is contained in:
parent
d6395f7ee7
commit
f0cb75f669
4 changed files with 4 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue