diff options
author | Beniamino Galvani <bgalvani@redhat.com> | 2017-04-23 14:33:54 +0200 |
---|---|---|
committer | Beniamino Galvani <bgalvani@redhat.com> | 2017-04-23 14:33:54 +0200 |
commit | ee890e41267276ada5e4cfe80217db90bf4a4c32 (patch) | |
tree | a4f5c8d1d6478fb810ead3f448ad617271fd81cf | |
parent | 44f11fa8d2ee2e9b0878bd80876da10936f3bd87 (diff) | |
download | NetworkManager-th/proxy-rh1444374.tar.gz |
fixup! proxy: introduce call-id for clearing pacmanager configurationth/proxy-rh1444374
-rw-r--r-- | src/nm-pacrunner-manager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nm-pacrunner-manager.c b/src/nm-pacrunner-manager.c index 32f3d38fbe..cfc028c2cc 100644 --- a/src/nm-pacrunner-manager.c +++ b/src/nm-pacrunner-manager.c @@ -349,7 +349,7 @@ pacrunner_proxy_cb (GObject *source, GAsyncResult *res, gpointer user_data) * be used to remove the configuration later via nm_pacrunner_manager_remove(). * Note that the call-id does not keep the @self instance alive. * If you plan to remove the configuration later, you must keep - * the instance alive long enough. You can remoe the configuration + * the instance alive long enough. You can remove the configuration * at most once using this call call-id. */ NMPacrunnerCallId * |