summaryrefslogtreecommitdiff
path: root/src/core/device.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-09-24 10:43:58 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-09-24 10:43:58 +0900
commit3b51a183affb3ab84bf9a418a184bd5d965d7476 (patch)
treeaf92f9a7420171d0093268717c725ed21a9d961c /src/core/device.c
parent542e6eb38df9ee0e6a2064f35c2981a54ccf27aa (diff)
downloadsystemd-3b51a183affb3ab84bf9a418a184bd5d965d7476.tar.gz
tree-wide: fix typo
Diffstat (limited to 'src/core/device.c')
-rw-r--r--src/core/device.c2
1 files changed, 1 insertions, 1 deletions
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;
}