summaryrefslogtreecommitdiff
path: root/src/home/homed-home.c
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2022-03-17 23:53:03 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-03-18 08:14:01 +0900
commitad337e55a3d2e167498c3af23ea2dae5a66ccf90 (patch)
tree68616136349cd52731c63b7e262799a106aeb20a /src/home/homed-home.c
parent3c45ad24c2cc179da0c01ac1175f58cac4625f77 (diff)
downloadsystemd-ad337e55a3d2e167498c3af23ea2dae5a66ccf90.tar.gz
tree-wide: fix duplicated words
the the in in not not we we
Diffstat (limited to 'src/home/homed-home.c')
-rw-r--r--src/home/homed-home.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/home/homed-home.c b/src/home/homed-home.c
index 1340cf30d3..79c568917a 100644
--- a/src/home/homed-home.c
+++ b/src/home/homed-home.c
@@ -1452,7 +1452,7 @@ static int home_deactivate_internal(Home *h, bool force, sd_bus_error *error) {
}
/* Let's start a timer to retry deactivation in 15. We'll stop the timer once we manage to deactivate
- * the home directory again, or we we start any other operation. */
+ * the home directory again, or we start any other operation. */
home_start_retry_deactivate(h);
return r;