summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2018-04-21 13:37:52 +0200
committerBeniamino Galvani <bgalvani@redhat.com>2018-04-23 17:21:13 +0200
commitff9ecbad6279344c3b1ce5e306afe6b6e8705903 (patch)
tree52210c686f4fac4ed0f4e01f683a4a6a5d7f0587
parent6daafb1df6bff3c073d041c42c567d464835a159 (diff)
downloadNetworkManager-ff9ecbad6279344c3b1ce5e306afe6b6e8705903.tar.gz
core: fix misspellings of 'acquire'
-rw-r--r--src/nm-dbus-manager.c4
-rw-r--r--src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-plugin.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/nm-dbus-manager.c b/src/nm-dbus-manager.c
index 3e3691296f..65c74d3227 100644
--- a/src/nm-dbus-manager.c
+++ b/src/nm-dbus-manager.c
@@ -1527,7 +1527,7 @@ nm_dbus_manager_start (NMDBusManager *self,
NULL,
&error);
if (!ret) {
- _LOGE ("fatal failure to aquire D-Bus service \"%s"": %s",
+ _LOGE ("fatal failure to acquire D-Bus service \"%s"": %s",
NM_DBUS_SERVICE, error->message);
return FALSE;
}
@@ -1555,7 +1555,7 @@ nm_dbus_manager_start (NMDBusManager *self,
priv->connection = g_steal_pointer (&connection);
priv->proxy = g_steal_pointer (&proxy);
- _LOGI ("aquired D-Bus service \"%s\"", NM_DBUS_SERVICE);
+ _LOGI ("acquired D-Bus service \"%s\"", NM_DBUS_SERVICE);
c_list_for_each_entry (obj, &priv->objects_lst_head, internal.objects_lst)
_obj_register (self, obj);
diff --git a/src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-plugin.c b/src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-plugin.c
index c720729713..40810d2208 100644
--- a/src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-plugin.c
+++ b/src/settings/plugins/ifcfg-rh/nms-ifcfg-rh-plugin.c
@@ -892,7 +892,7 @@ _dbus_request_name_done (GObject *source_object,
}
}
- _LOGD ("dbus: aquired D-Bus service %s and exported %s object",
+ _LOGD ("dbus: acquired D-Bus service %s and exported %s object",
IFCFGRH1_BUS_NAME,
IFCFGRH1_OBJECT_PATH);
}