]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
homectl: fix a typo
authorPiero La Terza <platerza@protonmail.com>
Mon, 30 Mar 2020 19:21:21 +0000 (21:21 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 31 Mar 2020 07:24:38 +0000 (09:24 +0200)
stroage -> storage

src/home/homectl.c

index d35034ac08e6c22de71eb682738a3545cc9ac25e..eb72bac7045b8c5a28806f22ebe655955062a420 100644 (file)
@@ -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),