[gnome-control-center] network: Fix typo in error message



commit 87c69ed955e3bad70f68f77322d3464f2aaf00a3
Author: Scott Cohen <yetoohappy gmail com>
Date:   Wed Jul 19 20:40:53 2017 -0700

    network: Fix typo in error message
    
    Replaced "conneciton" with "connection" (both without quotes) in
    panels/network/connection-editor/net-connection-editor.c:860.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=785100

 .../connection-editor/net-connection-editor.c      |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/panels/network/connection-editor/net-connection-editor.c 
b/panels/network/connection-editor/net-connection-editor.c
index d08d011..8c21667 100644
--- a/panels/network/connection-editor/net-connection-editor.c
+++ b/panels/network/connection-editor/net-connection-editor.c
@@ -857,7 +857,7 @@ forgotten_cb (GObject *source_object,
 
         if (!nm_remote_connection_delete_finish (connection, res, &error)) {
                 if (!g_error_matches (error, G_IO_ERROR, G_IO_ERROR_CANCELLED))
-                        g_warning ("Failed to delete conneciton %s: %s",
+                        g_warning ("Failed to delete connection %s: %s",
                                    nm_connection_get_id (NM_CONNECTION (connection)),
                                    error->message);
                 g_error_free (error);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]