diff options
author | Yuri Chornoivan <yurchor@ukr.net> | 2017-05-28 17:34:31 +0300 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2017-05-28 17:33:37 +0200 |
commit | 0050e8bd34baec6cc4a10c39a72a929cafe0bcb9 (patch) | |
tree | 1b24f1dba612579f4cc9b188b4ce737687b6d520 /libnm-glib | |
parent | 7bafe6decec74581e2c8c1de9b1abcd6ae4374ca (diff) | |
download | NetworkManager-0050e8bd34baec6cc4a10c39a72a929cafe0bcb9.tar.gz |
all: fix typos in documentation, translated strings and comments
https://bugzilla.gnome.org/show_bug.cgi?id=783173
Diffstat (limited to 'libnm-glib')
-rw-r--r-- | libnm-glib/nm-client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm-glib/nm-client.c b/libnm-glib/nm-client.c index 796019e7a6..f14c8e49bc 100644 --- a/libnm-glib/nm-client.c +++ b/libnm-glib/nm-client.c @@ -1776,7 +1776,7 @@ nm_client_new_finish (GAsyncResult *result, GError **error) } /* - * constructor() shouldn't be overriden in most cases, rather constructed() + * constructor() shouldn't be overridden in most cases, rather constructed() * method is preferred and more useful. * But, this serves as a workaround for bindings (use) calling the constructor() * directly instead of nm_client_new() function, and neither providing |