From 9b674e25817cdda29fdb393f9fcadc34517e179e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 6 Dec 2018 11:27:40 +0100 Subject: [PATCH] core/device: fix typo --- src/core/device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/device.c b/src/core/device.c index 5acd9b7a703..f8b6961d3c3 100644 --- a/src/core/device.c +++ b/src/core/device.c @@ -821,7 +821,7 @@ static void device_enumerate(Manager *m) { r = sd_device_enumerator_new(&e); if (r < 0) { - log_error_errno(r, "Failed to alloacte device enumerator: %m"); + log_error_errno(r, "Failed to allocate device enumerator: %m"); goto fail; } -- 2.47.3