summaryrefslogtreecommitdiff
path: root/src/hostname
diff options
context:
space:
mode:
authorEmily Gonyer <emilyyrose@gmail.com>2021-11-12 10:09:56 -0500
committerGitHub <noreply@github.com>2021-11-12 16:09:56 +0100
commitbe7148ebed5d73c4a76bc6089ebe2e82d8fa33e0 (patch)
tree486a69329b28cd736e028c1a4f00099d8749a2ec /src/hostname
parentb0c4b2824693fe6a27ea9439ec7a6328a0e23704 (diff)
downloadsystemd-be7148ebed5d73c4a76bc6089ebe2e82d8fa33e0.tar.gz
Change gendered terms to be gender-neutral (#21325)
Some typos are also fixed.
Diffstat (limited to 'src/hostname')
-rw-r--r--src/hostname/hostnamectl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hostname/hostnamectl.c b/src/hostname/hostnamectl.c
index 26869a8d71..b525aaa642 100644
--- a/src/hostname/hostnamectl.c
+++ b/src/hostname/hostnamectl.c
@@ -442,7 +442,7 @@ static int set_hostname(int argc, char **argv, void *userdata) {
* dot if there is one. If it was not valid, then it will be made fully valid by truncating, dropping
* multiple dots, and dropping weird chars. Note that we clean the name up only if we also are
* supposed to set the pretty name. If the pretty name is not being set we assume the user knows what
- * he does and pass the name as-is. */
+ * they are doing and pass the name as-is. */
h = strdup(hostname);
if (!h)
return log_oom();