mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-20 03:30:09 +01:00
typo fix: succesfully -> successfully
Detected by lintian: I: network-manager: spelling-error-in-binary succesfully successfully [usr/sbin/NetworkManager]
This commit is contained in:
parent
5ed963e054
commit
a98d85af93
1 changed files with 1 additions and 1 deletions
|
|
@ -560,7 +560,7 @@ dnsconfd_start_done(GObject *source_object, GAsyncResult *res, gpointer user_dat
|
|||
g_dbus_error_strip_remote_error(error);
|
||||
_LOGW("failed to start Dnsconfd %s", error->message);
|
||||
} else {
|
||||
_LOGT("succesfully started Dnsconfd");
|
||||
_LOGT("successfully started Dnsconfd");
|
||||
}
|
||||
|
||||
/* No update maybe changed or state change, as this is handled by the name owner callbacks
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue