From c8b283b818bb38a3cfdb149aa9be160b786aa5d7 Mon Sep 17 00:00:00 2001 From: Andrew Zaborowski Date: Thu, 11 Feb 2021 16:12:56 +0100 Subject: [PATCH] settings: Fix REASON_CLEAR_DEFAULT_WIRED comment typos --- src/core/settings/nm-settings-connection.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/settings/nm-settings-connection.h b/src/core/settings/nm-settings-connection.h index 3954fd8b2..7c61dbebb 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),