You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
875 B
26 lines
875 B
2 years ago
|
From 6ce73e569dc989cc09ea2dda73fc74a29d8f568f Mon Sep 17 00:00:00 2001
|
||
|
From: Yu Watanabe <watanabe.yu+github@gmail.com>
|
||
|
Date: Wed, 15 Jun 2022 14:50:34 +0900
|
||
|
Subject: [PATCH] tree-wide: fix typo
|
||
|
|
||
|
(cherry picked from commit 172cbcdc8b61feffa07b332a871ec33b3215ad59)
|
||
|
|
||
|
Related: #2100464
|
||
|
---
|
||
|
test/units/testsuite-35.sh | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/test/units/testsuite-35.sh b/test/units/testsuite-35.sh
|
||
|
index 05d2a6c4c3..21cb01c16f 100755
|
||
|
--- a/test/units/testsuite-35.sh
|
||
|
+++ b/test/units/testsuite-35.sh
|
||
|
@@ -228,7 +228,7 @@ test_session_tear_down() {
|
||
|
check_session() {
|
||
|
loginctl
|
||
|
if [[ $(loginctl --no-legend | grep -c "logind-test-user") != 1 ]]; then
|
||
|
- echo "no session or multile sessions for logind-test-user." >&2
|
||
|
+ echo "no session or multiple sessions for logind-test-user." >&2
|
||
|
return 1
|
||
|
fi
|
||
|
|