libnm-core: remove trailing quote from message in nm-setting-macvlan.c
authorBeniamino Galvani <bgalvani@redhat.com>
Tue, 29 Mar 2016 22:26:21 +0000 (00:26 +0200)
committerBeniamino Galvani <bgalvani@redhat.com>
Tue, 29 Mar 2016 22:33:20 +0000 (00:33 +0200)
Reported-by: Anders Jonsson <anders.jonsson@norsjovallen.se>
libnm-core/nm-setting-macvlan.c

index 00341ac..aec3b4f 100644 (file)
@@ -189,12 +189,11 @@ verify (NMSetting *setting, NMConnection *connection, GError **error)
                g_set_error_literal (error,
                                     NM_CONNECTION_ERROR,
                                     NM_CONNECTION_ERROR_INVALID_PROPERTY,
-                                    _("non promiscuous operation is allowed only in passthru mode'"));
+                                    _("non promiscuous operation is allowed only in passthru mode"));
                g_prefix_error (error, "%s.%s: ",
                                NM_SETTING_MACVLAN_SETTING_NAME,
                                NM_SETTING_MACVLAN_PROMISCUOUS);
                return FALSE;
-
        }
 
        return TRUE;