]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/device.c
Merge pull request #11105 from keszybz/path-parsing
[thirdparty/systemd.git] / src / core / device.c
index ec05695e57eb26466b1fc64437f96da1385cee3f..960f403718faeb04e1ee2568c87fe6111444e7d6 100644 (file)
@@ -839,7 +839,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;
         }