From 3b51a183affb3ab84bf9a418a184bd5d965d7476 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Sat, 24 Sep 2022 10:43:58 +0900 Subject: tree-wide: fix typo --- src/core/device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/device.c') diff --git a/src/core/device.c b/src/core/device.c index a4fa870541..224fc90835 100644 --- a/src/core/device.c +++ b/src/core/device.c @@ -909,7 +909,7 @@ static int device_setup_units(Manager *m, sd_device *dev, Set **ready_units, Set Unit *u; SET_FOREACH(u, *not_ready_units) if (set_remove(*ready_units, u)) - log_unit_error(u, "Cannot active and deactive simultaneously. Deactivating."); + log_unit_error(u, "Cannot activate and deactivate the unit simultaneously. Deactivating."); return 0; } -- cgit v1.2.1