core/device: fix typo

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2018-12-06 11:27:40 +01:00
parent 83da42c3bf
commit 9b674e2581
1 changed files with 1 additions and 1 deletions

View 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;
}