From: Lennart Poettering Date: Mon, 4 Oct 2021 21:44:19 +0000 (+0200) Subject: homed: typo fix X-Git-Tag: v250-rc1~553 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=17175882d7609d77d5f232312c051bb4352039e8;p=thirdparty%2Fsystemd.git homed: typo fix --- diff --git a/src/home/homed-home.h b/src/home/homed-home.h index 2fba86f7009..7f531a234c8 100644 --- a/src/home/homed-home.h +++ b/src/home/homed-home.h @@ -107,7 +107,7 @@ struct Home { /* The reading side of a FIFO stored in /run/systemd/home/, the writing side being used for reference * counting. The references dropped to zero as soon as we see EOF. This concept exists twice: once - * for clients that are fine if we suspend the home directory on system suspend, and once for cliets + * for clients that are fine if we suspend the home directory on system suspend, and once for clients * that are not ok with that. This allows us to determine for each home whether there are any clients * that support unsuspend. */ sd_event_source *ref_event_source_please_suspend;