summaryrefslogtreecommitdiff
path: root/src/shared/cryptsetup-util.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-12-02 13:26:33 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-12-02 13:27:08 +0900
commit6c2d70ce9f6bf0df00ee1a15eba606ac506f5474 (patch)
tree980b7d80dde94786e1a611a19c576db4aa434790 /src/shared/cryptsetup-util.c
parent9b9798483a5e881b7274620a0366e27666b43c40 (diff)
downloadsystemd-6c2d70ce9f6bf0df00ee1a15eba606ac506f5474.tar.gz
tree-wide: fix typo
Diffstat (limited to 'src/shared/cryptsetup-util.c')
-rw-r--r--src/shared/cryptsetup-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/cryptsetup-util.c b/src/shared/cryptsetup-util.c
index f697429852..c6614d3579 100644
--- a/src/shared/cryptsetup-util.c
+++ b/src/shared/cryptsetup-util.c
@@ -208,7 +208,7 @@ int dlopen_cryptsetup(void) {
/* libcryptsetup added crypt_reencrypt() in 2.2.0, and marked it obsolete in 2.4.0, replacing it with
* crypt_reencrypt_run(), which takes one extra argument but is otherwise identical. The old call is
* still available though, and given we want to support 2.2.0 for a while longer, we'll stick to the
- * old symbol. Howerver, the old symbols now has a GCC deprecation decorator, hence let's turn off
+ * old symbol. However, the old symbols now has a GCC deprecation decorator, hence let's turn off
* warnings about this for now. */
DISABLE_WARNING_DEPRECATED_DECLARATIONS;