]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
core/device: fix typo
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 6 Dec 2018 10:27:40 +0000 (11:27 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 7 Dec 2018 14:39:52 +0000 (15:39 +0100)
src/core/device.c

index 5acd9b7a7036de7652f2255de69e92f6f3eb4109..f8b6961d3c32082fefbb40949670ca216a420b31 100644 (file)
@@ -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;
         }