summaryrefslogtreecommitdiff
path: root/src/test/test-libcrypt-util.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-06-15 14:19:30 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-06-15 14:19:30 +0900
commita3f5f4a5c0fc725fb56fa00e8786613b83c152d3 (patch)
tree83d42cffd2a222a72a0a967ee6d2eb5e35aea22f /src/test/test-libcrypt-util.c
parent7802194ac0286c75e39f74a1624764eb2aa0fd7a (diff)
downloadsystemd-a3f5f4a5c0fc725fb56fa00e8786613b83c152d3.tar.gz
fix typo
Diffstat (limited to 'src/test/test-libcrypt-util.c')
-rw-r--r--src/test/test-libcrypt-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test-libcrypt-util.c b/src/test/test-libcrypt-util.c
index 360db2816d..ebd520f7ba 100644
--- a/src/test/test-libcrypt-util.c
+++ b/src/test/test-libcrypt-util.c
@@ -36,7 +36,7 @@ static void test_make_salt(void) {
static int test_hash_password(void) {
log_info("/* %s */", __func__);
- /* As a warmup exercise, check if we can hash passwords. */
+ /* As a warm-up exercise, check if we can hash passwords. */
bool have_sane_hash = false;
const char *hash;