summaryrefslogtreecommitdiff
path: root/udev
diff options
context:
space:
mode:
authorSamanta Navarro <ferivoz@riseup.net>2022-12-30 11:52:49 +0000
committerMarian Csontos <mcsontos@redhat.com>2023-01-03 16:09:58 +0100
commitaec5e573afe610070eb2c6bed675d2a7c0efc7e8 (patch)
tree23413bbc3535ca0ca7dc42c8ed5dcbca56222bf0 /udev
parent118145b07249d96f4f61521bb1daf04cc8d4c1e9 (diff)
downloadlvm2-aec5e573afe610070eb2c6bed675d2a7c0efc7e8.tar.gz
doc: fix typos in documentation
Typos found with codespell.
Diffstat (limited to 'udev')
-rw-r--r--udev/69-dm-lvm-metad.rules.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/udev/69-dm-lvm-metad.rules.in b/udev/69-dm-lvm-metad.rules.in
index a2384f2af..aec13f039 100644
--- a/udev/69-dm-lvm-metad.rules.in
+++ b/udev/69-dm-lvm-metad.rules.in
@@ -87,7 +87,7 @@ LABEL="systemd_background"
#
# In this case, we simply set up the dependency between the device and the pvscan
# job using SYSTEMD_ALIAS (which sets up a simplified device identifier that
-# allows using "BindsTo" in the sytemd unit file) and SYSTEMD_WANTS (which tells
+# allows using "BindsTo" in the systemd unit file) and SYSTEMD_WANTS (which tells
# systemd to start the pvscan job once the device is ready).
# We need to set these variables for both "add" and "change" events, otherwise
# systemd may loose information about the device/unit dependencies.