summaryrefslogtreecommitdiffstats
path: root/src/home/homectl.c
diff options
context:
space:
mode:
authorPiero La Terza <platerza@protonmail.com>2020-03-30 21:21:21 +0200
committerLennart Poettering <lennart@poettering.net>2020-03-31 09:24:38 +0200
commit36e4a8f22a766345e433a74cfa3feeed1063e91a (patch)
tree08e31b2fd0bbc444b8d546918c25e49180c1d930 /src/home/homectl.c
parentMerge pull request #15197 from ssahani/smtp-dhcp (diff)
downloadsystemd-36e4a8f22a766345e433a74cfa3feeed1063e91a.tar.xz
systemd-36e4a8f22a766345e433a74cfa3feeed1063e91a.zip
homectl: fix a typo
stroage -> storage
Diffstat (limited to '')
-rw-r--r--src/home/homectl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/home/homectl.c b/src/home/homectl.c
index d35034ac08..eb72bac704 100644
--- a/src/home/homectl.c
+++ b/src/home/homectl.c
@@ -295,7 +295,7 @@ static int handle_generic_user_record_error(
if (sd_bus_error_has_name(error, BUS_ERROR_HOME_ABSENT))
return log_error_errno(SYNTHETIC_ERRNO(EREMOTE),
- "Home of user %s is currently absent, please plug in the necessary stroage device or backing file system.", user_name);
+ "Home of user %s is currently absent, please plug in the necessary storage device or backing file system.", user_name);
else if (sd_bus_error_has_name(error, BUS_ERROR_AUTHENTICATION_LIMIT_HIT))
return log_error_errno(SYNTHETIC_ERRNO(ETOOMANYREFS),