GNOME Bugzilla – Bug 785100
Typo in warning message
Last modified: 2017-08-18 14:38:00 UTC
connection is typod as conneciton panels/network/connection-editor/net-connection-editor.c:860: g_warning ("Failed to delete conneciton %s: %s",
Created attachment 356004 [details] [review] Fixes the typo
Review of attachment 356004 [details] [review]: Hi. The code looks good. The commit message can have improvement though. You can remove redundant words from subject. Say for example: net-connection-editor: Fix typo in error message The detailed body doesn't require to be that detailed. It can be simplified to something like: replace "conneciton" with "connection" or fix typo in "connection" or something like that. Thanks
Created attachment 357840 [details] [review] This reiterates the commit message in the previous version of the patch. Sorry, when I filed another patch for something else, someone told me to say what and why instead of just what and other bug writing etiquette and I didn't want a repeat of that.
Review of attachment 357840 [details] [review]: LGTM
Thanks for your patch! Pushed with a minor adjustment in the commit message. Attachment 357840 [details] pushed as 87c69ed955 - network: Fix typo in error message