From a98d85af9325ae4390c2d40c973bea4c1eccd7b6 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 28 Feb 2025 17:53:58 +0100 Subject: [PATCH] typo fix: succesfully -> successfully Detected by lintian: I: network-manager: spelling-error-in-binary succesfully successfully [usr/sbin/NetworkManager] --- src/core/dns/nm-dns-dnsconfd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/dns/nm-dns-dnsconfd.c b/src/core/dns/nm-dns-dnsconfd.c index c17fb9cf4..e4cbe453c 100644 --- a/src/core/dns/nm-dns-dnsconfd.c +++ b/src/core/dns/nm-dns-dnsconfd.c @@ -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