]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/home/home-util.h
tree-wide: s/time-out/timeout/g
[thirdparty/systemd.git] / src / home / home-util.h
index 78d6e7b41768340b840d2f30ec3d978e2711b342..6161d4c3d06da2f6ade7533f483dd1d4c40d0b54 100644 (file)
@@ -19,7 +19,7 @@ int split_user_name_realm(const char *t, char **ret_user_name, char **ret_realm)
 int bus_message_append_secret(sd_bus_message *m, UserRecord *secret);
 
 /* Many of our operations might be slow due to crypto, fsck, recursive chown() and so on. For these
- * operations permit a *very* long time-out */
+ * operations permit a *very* long timeout */
 #define HOME_SLOW_BUS_CALL_TIMEOUT_USEC (2*USEC_PER_MINUTE)
 
 int test_password_one(const char *hashed_password, const char *password);