diff options
-rw-r--r-- | clients/common/nm-vpn-helpers.c | 2 | ||||
-rw-r--r-- | libnm-core/nm-setting-ip6-config.h | 2 | ||||
-rw-r--r-- | policy/org.freedesktop.NetworkManager.policy.in.in | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/clients/common/nm-vpn-helpers.c b/clients/common/nm-vpn-helpers.c index f6f12176ee..d2bb8cba53 100644 --- a/clients/common/nm-vpn-helpers.c +++ b/clients/common/nm-vpn-helpers.c @@ -56,7 +56,7 @@ nm_vpn_get_editor_plugin (const char *service_type, GError **error) if ( !nm_vpn_plugin_info_get_plugin (plugin_info) && nm_vpn_plugin_info_lookup_property (plugin_info, NM_VPN_PLUGIN_INFO_KF_GROUP_GNOME, "properties")) { g_set_error (error, NM_VPN_PLUGIN_ERROR, NM_VPN_PLUGIN_ERROR_FAILED, - _("cannot cannot load legacy-only VPN plugin \"%s\" for \"%s\""), + _("cannot load legacy-only VPN plugin \"%s\" for \"%s\""), nm_vpn_plugin_info_get_name (plugin_info), nm_vpn_plugin_info_get_filename (plugin_info)); } else if (g_error_matches (local, G_FILE_ERROR, G_FILE_ERROR_NOENT)) { diff --git a/libnm-core/nm-setting-ip6-config.h b/libnm-core/nm-setting-ip6-config.h index 3b29aaa226..8e2c7771d1 100644 --- a/libnm-core/nm-setting-ip6-config.h +++ b/libnm-core/nm-setting-ip6-config.h @@ -127,7 +127,7 @@ typedef enum { * key along with the connection identification and the network address as * specified by RFC7217. * - * #NMSettingIP6ConfigAddrGenMode controls how the the Interface Identifier for + * #NMSettingIP6ConfigAddrGenMode controls how the Interface Identifier for * RFC4862 Stateless Address Autoconfiguration is created. * * Since: 1.2 diff --git a/policy/org.freedesktop.NetworkManager.policy.in.in b/policy/org.freedesktop.NetworkManager.policy.in.in index 7de32f6624..6b42e99562 100644 --- a/policy/org.freedesktop.NetworkManager.policy.in.in +++ b/policy/org.freedesktop.NetworkManager.policy.in.in @@ -134,7 +134,7 @@ <action id="org.freedesktop.NetworkManager.checkpoint-rollback"> <_description>Perform a checkpoint or rollback of interfaces configuration</_description> - <_message>System policy prevents the the creation of a checkpoint or its rollback</_message> + <_message>System policy prevents the creation of a checkpoint or its rollback</_message> <defaults> <allow_any>auth_admin_keep</allow_any> <allow_inactive>auth_admin_keep</allow_inactive> |