summaryrefslogtreecommitdiff
path: root/src/home/home-util.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-01-30 13:46:19 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-01-30 13:48:01 +0100
commit2a4be3c52b9832767f62a245bda1968cb8026158 (patch)
treed9ed7b2afa43a4494b0b7d109e361d998a66215a /src/home/home-util.c
parent402058dc3a2ca595d76749538a9df1161dafb61a (diff)
downloadsystemd-2a4be3c52b9832767f62a245bda1968cb8026158.tar.gz
Various typo fixes and grammar corrections
Diffstat (limited to 'src/home/home-util.c')
-rw-r--r--src/home/home-util.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/home/home-util.c b/src/home/home-util.c
index bf4f238099..82c50a6b51 100644
--- a/src/home/home-util.c
+++ b/src/home/home-util.c
@@ -12,10 +12,10 @@
bool suitable_user_name(const char *name) {
- /* Checks whether the specified name is suitable for management via homed. Note that our client side
- * usually validate susing a simple valid_user_group_name(), while server side we are a bit more
- * restrictive, so that we can change the rules server side without having to update things client
- * side, too. */
+ /* Checks whether the specified name is suitable for management via homed. Note that client-side we
+ * usually validate with the simple valid_user_group_name(), while server-side we are a bit more
+ * restrictive, so that we can change the rules server-side without having to update things
+ * client-side too. */
if (!valid_user_group_name(name))
return false;