Commit 617f2ed0 authored by Sergey Prokhorov's avatar Sergey Prokhorov

Fix misprint

parent a895faee
...@@ -132,7 +132,7 @@ do_import (const char *path, GError **error) ...@@ -132,7 +132,7 @@ do_import (const char *path, GError **error)
if (!g_key_file_load_from_file (keyfile, path, 0, error)) { if (!g_key_file_load_from_file (keyfile, path, 0, error)) {
g_set_error (error, g_set_error (error,
L2TP_PLUGIN_UI_ERROR, L2TP_PLUGIN_UI_ERROR,
2TP_PLUGIN_UI_ERROR_FILE_NOT_L2TP, L2TP_PLUGIN_UI_ERROR_FILE_NOT_L2TP,
_("does not look like a L2TP VPN connection (parse failed)")); _("does not look like a L2TP VPN connection (parse failed)"));
return NULL; return NULL;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment