From: Piero La Terza Date: Mon, 30 Mar 2020 19:21:21 +0000 (+0200) Subject: homectl: fix a typo X-Git-Tag: v246-rc1~676 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=36e4a8f22a766345e433a74cfa3feeed1063e91a;p=thirdparty%2Fsystemd.git homectl: fix a typo stroage -> storage --- diff --git a/src/home/homectl.c b/src/home/homectl.c index d35034ac08e..eb72bac7045 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),