mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +03:00
core/device: fix typo
This commit is contained in:
parent
83da42c3bf
commit
9b674e2581
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user