summaryrefslogtreecommitdiff
path: root/src/home
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2020-09-14 15:32:37 +0200
committerFrantisek Sumsal <frantisek@sumsal.cz>2020-09-14 15:32:37 +0200
commit69e3234db715d71ff98cf925ae4726fbeeac26fc (patch)
treed7a9f3066881d928a7f00dbef8b76ba6c640fa6c /src/home
parent415f8a5bfed4604e4a1bc275682d51af3ad3b611 (diff)
downloadsystemd-69e3234db715d71ff98cf925ae4726fbeeac26fc.tar.gz
tree-wide: fix typos found by codespell
Reported by Fossies.org
Diffstat (limited to 'src/home')
-rw-r--r--src/home/homework-luks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/home/homework-luks.c b/src/home/homework-luks.c
index b263d75827..b9e696f0ac 100644
--- a/src/home/homework-luks.c
+++ b/src/home/homework-luks.c
@@ -2183,7 +2183,7 @@ int home_create_luks(
if (disk_uuid_path)
(void) ioctl(image_fd, BLKRRPART, 0);
else {
- /* If we operate on a file, sync the contaning directory too. */
+ /* If we operate on a file, sync the containing directory too. */
r = fsync_directory_of_file(image_fd);
if (r < 0) {
log_error_errno(r, "Failed to synchronize directory of image file to disk: %m");