diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2020-09-14 15:32:37 +0200 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2020-09-14 15:32:37 +0200 |
commit | 69e3234db715d71ff98cf925ae4726fbeeac26fc (patch) | |
tree | d7a9f3066881d928a7f00dbef8b76ba6c640fa6c /src/home | |
parent | 415f8a5bfed4604e4a1bc275682d51af3ad3b611 (diff) | |
download | systemd-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.c | 2 |
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"); |