summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Zaborowski <andrew.zaborowski@intel.com>2021-02-11 16:12:56 +0100
committerThomas Haller <thaller@redhat.com>2021-02-11 16:34:08 +0100
commitc8b283b818bb38a3cfdb149aa9be160b786aa5d7 (patch)
tree413aef2396d18028b51e8fa7fe081f3a84d9bbd3
parent5ca018c0dbff461d1a92dbcf371b1521801be051 (diff)
downloadNetworkManager-c8b283b818bb38a3cfdb149aa9be160b786aa5d7.tar.gz
settings: Fix REASON_CLEAR_DEFAULT_WIRED comment typos
-rw-r--r--src/core/settings/nm-settings-connection.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/settings/nm-settings-connection.h b/src/core/settings/nm-settings-connection.h
index 3954fd8b29..7c61dbebb4 100644
--- a/src/core/settings/nm-settings-connection.h
+++ b/src/core/settings/nm-settings-connection.h
@@ -56,9 +56,9 @@ typedef enum {
NM_SETTINGS_CONNECTION_UPDATE_REASON_CLEAR_AGENT_SECRETS = (1u << 5),
NM_SETTINGS_CONNECTION_UPDATE_REASON_RESET_AGENT_SECRETS = (1u << 6),
- /* if a profile was greated as default-wired connection for a device, then
+ /* if a profile was generated as default-wired connection for a device, then
* when the user modifies it via D-Bus, the profile should become persisted
- * to disk and it the purpose why the profile was created should be forgotten. */
+ * to disk and the initial purpose the profile was created should be forgotten. */
NM_SETTINGS_CONNECTION_UPDATE_REASON_CLEAR_DEFAULT_WIRED = (1u << 7),
NM_SETTINGS_CONNECTION_UPDATE_REASON_BLOCK_AUTOCONNECT = (1u << 8),