From 58510ed5667974e772344c1a893be9deecb1b4cc Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Sat, 15 Sep 2018 07:20:54 -0400 Subject: [PATCH] docs: misc. typos pt2 Remainder of typos found using `codespell -q 3 --skip="./shared,./src/systemd,*.po" -I ../NetworkManager-word-whitelist.txt` whereby whitelist consists of: ``` ans busses cace cna conexant crasher iff liftime creat nd sav technik uint ``` https://github.com/NetworkManager/NetworkManager/pull/205 --- NEWS | 12 ++++++------ TODO | 6 +++--- configure.ac | 2 +- contrib/fedora/rpm/build.sh | 4 ++-- docs/api/network-manager-docs.xml | 2 +- docs/libnm/libnm-docs.xml | 4 ++-- libnm-core/nm-connection.h | 4 ++-- libnm-core/nm-dbus-interface.h | 4 ++-- libnm-core/nm-keyfile.c | 8 ++++---- libnm-core/nm-setting-8021x.c | 2 +- libnm-core/nm-setting-connection.c | 4 ++-- libnm-core/nm-setting-dcb.c | 2 +- libnm-core/nm-setting-sriov.c | 2 +- libnm-core/nm-setting-team.c | 4 ++-- libnm-core/nm-setting-wired.c | 2 +- libnm-core/nm-setting-wireless-security.c | 2 +- libnm-core/nm-setting-wireless-security.h | 4 ++-- libnm-core/nm-setting-wireless.c | 2 +- libnm-core/nm-setting-wireless.h | 2 +- libnm-core/nm-setting.c | 2 +- libnm-core/nm-setting.h | 2 +- libnm-core/nm-utils.c | 14 +++++++------- libnm-core/nm-vpn-editor-plugin.c | 8 ++++---- libnm-core/nm-vpn-plugin-info.c | 2 +- libnm-core/tests/test-keyfile.c | 4 ++-- libnm-glib/nm-client.c | 2 +- libnm-glib/nm-object.c | 4 ++-- libnm-glib/nm-object.h | 2 +- libnm-glib/nm-secret-agent.c | 6 +++--- libnm-util/nm-connection.h | 2 +- libnm-util/nm-param-spec-specialized.c | 4 ++-- libnm-util/nm-setting-8021x.c | 4 ++-- libnm-util/nm-setting-connection.c | 4 ++-- libnm-util/nm-setting-wireless-security.c | 2 +- libnm-util/nm-setting-wireless-security.h | 4 ++-- libnm-util/nm-setting.c | 2 +- libnm-util/nm-setting.h | 2 +- libnm-util/nm-utils.c | 12 ++++++------ libnm-util/tests/test-general.c | 4 ++-- libnm/generate-plugin-docs.pl | 2 +- libnm/nm-client.c | 2 +- libnm/nm-dbus-helpers.c | 2 +- libnm/nm-device-vxlan.c | 2 +- libnm/nm-device-wifi.c | 4 ++-- libnm/nm-device.c | 2 +- libnm/nm-libnm-utils.c | 2 +- libnm/nm-object.c | 2 +- libnm/nm-object.h | 2 +- libnm/nm-vpn-service-plugin.c | 2 +- src/NetworkManagerUtils.h | 2 +- src/devices/nm-device.c | 2 +- src/dhcp/nm-dhcp-helper.c | 4 ++-- src/nm-auth-utils.c | 2 +- src/nm-config.c | 4 ++-- src/nm-core-utils.c | 12 ++++++------ src/nm-dbus-manager.c | 4 ++-- src/nm-manager.c | 8 ++++---- src/nm-pacrunner-manager.c | 2 +- src/nm-policy.c | 2 +- src/supplicant/nm-supplicant-config.c | 2 +- tools/run-nm-test.sh | 2 +- 61 files changed, 113 insertions(+), 113 deletions(-) diff --git a/NEWS b/NEWS index fb74960062..4db4ddfd4c 100644 --- a/NEWS +++ b/NEWS @@ -69,7 +69,7 @@ This is a new stable release of NetworkManager. Notable changes include: * nmcli now scans for Wi-Fi networks before displaying them, if the last scan was too long ago. * Added the ipv6.dhcp-duid property to allow configuring the DHCPv6 DUID -* Extended ipv6.dhcp-client-id property to support DHCP client identifers +* Extended ipv6.dhcp-client-id property to support DHCP client identifiers depending on the MAC address and the stable ID. * Set NM_DISPATCHER_ACTION environment variable in dispatcher scripts. @@ -274,7 +274,7 @@ This is a new stable release of NetworkManager. Notable changes include: into the ifcfg file for improved compatibility with the legacy network service. * Improve handling of MTU by resetting the previous MTU when the device deactivates and reset the MTU to a defined value on activation. -* Improve tracking of parent devices for dependend devices like ip-tunnels, MACVLAN, +* Improve tracking of parent devices for dependent devices like ip-tunnels, MACVLAN, VETH, VLAN, and VXLAN. * Many bug fixes and improvements @@ -576,7 +576,7 @@ This is a new stable release of NetworkManager. Notable changes include: * NetworkManager no longer requires polkit libraries at runtime when Polkit support is enabled, and Polkit can be disabled at build time too * Automatically created connections are now deleted when their device goes away -* 'nmcli dev connect' now attemts to create a connection if none exists +* 'nmcli dev connect' now attempts to create a connection if none exists * Manually configured static IPv6 configuration is kept even if SLAAC fails * Manpages for the 'keyfile' and 'ifcfg-rh' plugins now describe their configuration syntax and available options @@ -719,7 +719,7 @@ This is a new stable release of NetworkManager. Notable changes include: * Better handling of WiFi devices via nl80211 when available (instead of WEXT) * IP configuration is now non-blocking; waiting for IPv6 RA no longer blocks the device from activating if IPv4 is ready and vice versa -* Addded support for firewall "zones" via FirewallD +* Added support for firewall "zones" via FirewallD * Added basic support for bonded interfaces * WiFi connections are no longer locked to a specific MAC address if they are "locally administered" addresses (ie, 02:::::) @@ -967,13 +967,13 @@ Overview of changes since NetworkManager-0.5.0 * Don't drop the last scanned AP (Dan Williams) * Broadcast state change when disconnected (Robert Love) * The Slackware backend now builds (Nico) - * Don't install unsued config files (Dan Williams) + * Don't install unused config files (Dan Williams) * Add a test for libnm_glib_unregister_callback (Christopher Aillon) * Requires wireless-tools 28pre9 (Christopher Aillon) * nm-applet * Use g_get_host_name () if we've got it (Christopher Aillon) - * Fix an unitialized variable (Robert Love) + * Fix an uninitialized variable (Robert Love) * Fix sensitivity of VPN items (Robert Love) diff --git a/TODO b/TODO index e13953de22..0a95d8b9dd 100644 --- a/TODO +++ b/TODO @@ -97,7 +97,7 @@ same MAC address, the connection with the most recent timestamp should be preferred. Similarly, if the probing/listening process detects 802.1x frames the device -should be marked as requring 802.1x authentication until the carrier drops. +should be marked as requiring 802.1x authentication until the carrier drops. This would be accomplished by adding a new property to the NMDeviceEthernet object and exporting that property through the introspection/nm-device-ethernet.xml file. This would allow clients like @@ -231,7 +231,7 @@ proceeds with the connection. NM sends the correct wpa_supplicant config for WPS to the supplicant, and waits for the connection to occur. WPS can only be used the *first* time, so after a -first successfull connection, NM must request the actual hexadecimal PSK from +first successful connection, NM must request the actual hexadecimal PSK from wpa_supplicant via D-Bus, and store that PSK in the connection, clear any WPS PIN code from the connection, and save the connection to backing storage. @@ -283,7 +283,7 @@ connection process. 2) single-device-at-a-time with overlapping connections: this is also probably the best route to go for desktop use-cases as well. Instead of bringing all available connections up, only bring up the "best" connection at any given -time based on the current priority list (which is rougly Ethernet > WiFi > +time based on the current priority list (which is roughly Ethernet > WiFi > 3G/Bluetooth). However, to ensure seamless connectivity, when one connection begins to degrade, the next-best connection should be started before the current one is terminated, such that there is a small amount of overlap. diff --git a/configure.ac b/configure.ac index c4a84cc4c6..b3fc8b249f 100644 --- a/configure.ac +++ b/configure.ac @@ -623,7 +623,7 @@ AM_CONDITIONAL(WITH_JSON_VALIDATION, test "${enable_json_validation}" != "no") # we usually compile with polkit support. --enable-polkit=yes|no only sets the # default configuration for main.auth-polkit. User can always enable/disable polkit -# autorization via config. +# authorization via config. AC_ARG_ENABLE(polkit, AS_HELP_STRING([--enable-polkit=yes|no], [set default value for auth-polkit configuration option. This value can be overwritten by NM configuration. 'disabled' is an alias for 'no']), diff --git a/contrib/fedora/rpm/build.sh b/contrib/fedora/rpm/build.sh index bd92f1eb2c..017aab9c30 100755 --- a/contrib/fedora/rpm/build.sh +++ b/contrib/fedora/rpm/build.sh @@ -3,7 +3,7 @@ #set -vx # Set arguments via environment variables. -# Argument can be omited and defaults will be detected. +# Argument can be omitted and defaults will be detected. # # BUILDTYPE=|SRPM # NM_RPMBUILD_ARGS= @@ -157,7 +157,7 @@ ln "$BUILDLOG" "$TEMPBASE/build.log" rm -f "$BUILDLOG" TEMPSPEC="$TEMP/SPECS/NetworkManager.spec" -mkdir -p "$TEMP/SOURCES/" "$TEMP/SPECS/" || die "error creating SPECS directoy" +mkdir -p "$TEMP/SOURCES/" "$TEMP/SPECS/" || die "error creating SPECS directory" if [[ "$(dirname "$SOURCE")" != "$TEMP/SOURCES" ]]; then cp "$SOURCE" "$TEMP/SOURCES/" || die "Could not copy source $SOURCE to $TEMP/SOURCES" diff --git a/docs/api/network-manager-docs.xml b/docs/api/network-manager-docs.xml index 9285744310..047c3086e3 100644 --- a/docs/api/network-manager-docs.xml +++ b/docs/api/network-manager-docs.xml @@ -258,7 +258,7 @@