diff options
author | Yuri Chornoivan <yurchor@ukr.net> | 2020-07-04 11:37:01 +0300 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2020-07-07 11:33:46 +0200 |
commit | 4e33f8cd89fa1edd161f81d56fdfb42faf07f9fa (patch) | |
tree | 7fefedc0aa5e0887c04bbf501523a62aaa640575 /introspection | |
parent | 4c52c69d66d542d1ef40a8b48cff7ace3a9baef4 (diff) | |
download | NetworkManager-4e33f8cd89fa1edd161f81d56fdfb42faf07f9fa.tar.gz |
all: fix minor typos
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/565
Diffstat (limited to 'introspection')
4 files changed, 6 insertions, 6 deletions
diff --git a/introspection/org.freedesktop.NetworkManager.Device.xml b/introspection/org.freedesktop.NetworkManager.Device.xml index 7303a95f28..f1ab3db53b 100644 --- a/introspection/org.freedesktop.NetworkManager.Device.xml +++ b/introspection/org.freedesktop.NetworkManager.Device.xml @@ -312,7 +312,7 @@ <!-- Reapply: - @connection: The optional connection settings that will be reapplied on the device. If empty, the currently active settings-connection will be used. The connection cannot arbitrarly differ from the current applied-connection otherwise the call will fail. Only certain changes are supported, like adding or removing IP addresses. + @connection: The optional connection settings that will be reapplied on the device. If empty, the currently active settings-connection will be used. The connection cannot arbitrarily differ from the current applied-connection otherwise the call will fail. Only certain changes are supported, like adding or removing IP addresses. @version_id: If non-zero, the current version id of the applied-connection must match. The current version id can be retrieved via GetAppliedConnection. This optional argument allows to catch concurrent modifications between the GetAppliedConnection call and Reapply. @flags: Flags which would modify the behavior of the Reapply call. There are no flags defined currently and the users should use the value of 0. diff --git a/introspection/org.freedesktop.NetworkManager.Settings.Connection.xml b/introspection/org.freedesktop.NetworkManager.Settings.Connection.xml index 98c73dff66..40829e252d 100644 --- a/introspection/org.freedesktop.NetworkManager.Settings.Connection.xml +++ b/introspection/org.freedesktop.NetworkManager.Settings.Connection.xml @@ -62,7 +62,7 @@ <!-- GetSecrets: - @setting_name: Name of the setting to return secrets for. If empty, all all secrets will be returned. + @setting_name: Name of the setting to return secrets for. If empty, all secrets will be returned. @secrets: Nested settings maps containing secrets. Get the secrets belonging to this network configuration. Only secrets from @@ -114,7 +114,7 @@ "0x20" (block-autoconnect), "0x40" (no-reapply). Unknown flags cause the call to fail. - @args: optional arguments dictionary, for extensibility. Currently, no + @args: optional arguments dictionary, for extentibility. Currently, no arguments are accepted. Specifying unknown keys causes the call to fail. @result: output argument, currently no results are returned. diff --git a/introspection/org.freedesktop.NetworkManager.Settings.xml b/introspection/org.freedesktop.NetworkManager.Settings.xml index 5e6108435c..1544e5529b 100644 --- a/introspection/org.freedesktop.NetworkManager.Settings.xml +++ b/introspection/org.freedesktop.NetworkManager.Settings.xml @@ -71,7 +71,7 @@ "0x2" (in-memory), "0x20" (block-autoconnect). Unknown flags cause the call to fail. - @args: optional arguments dictionary, for extensibility. Currently, no + @args: optional arguments dictionary, for extentibility. Currently, no arguments are accepted. Specifying unknown keys causes the call to fail. @path: Object path of the new connection that was just added. @@ -82,7 +82,7 @@ Either the flags 0x1 (to-disk) or 0x2 (in-memory) must be specified. The effect is whether to behave like AddConnection or AddConnectionUnsaved. If 0x20 (block-autoconnect) is specified, autoconnect for the new profile - is blocked from the beginnin. Otherwise, the profile might automatically + is blocked from the beginning. Otherwise, the profile might automatically connect if a suitable device is around. AddConnection2 is a extensible alternative to AddConnection, and AddConnectionUnsaved. diff --git a/introspection/org.freedesktop.NetworkManager.xml b/introspection/org.freedesktop.NetworkManager.xml index 19bedcac6f..2bcb156eec 100644 --- a/introspection/org.freedesktop.NetworkManager.xml +++ b/introspection/org.freedesktop.NetworkManager.xml @@ -523,7 +523,7 @@ ConnectivityCheckEnabled: Indicates whether connectivity checking is enabled. This - property can also be written to to disable connectivity + property can also be written to disable connectivity checking (as a privacy control panel might want to do). --> <property name="ConnectivityCheckEnabled" type="b" access="readwrite"/> |