diff options
author | PhoenixDiscord <37777903+PhoenixDiscord@users.noreply.github.com> | 2020-08-27 04:52:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-27 04:52:48 +0200 |
commit | e8607daf7d9d4320ddee8fcc6579459ba252714d (patch) | |
tree | 2f214096a407bb4a965070e61d84241120178778 /src/basic/path-lookup.h | |
parent | path: Improve $PATH search directory case (diff) | |
download | systemd-e8607daf7d9d4320ddee8fcc6579459ba252714d.tar.xz systemd-e8607daf7d9d4320ddee8fcc6579459ba252714d.zip |
Replace gendered pronouns with gender neutral ones. (#16844)
Diffstat (limited to 'src/basic/path-lookup.h')
-rw-r--r-- | src/basic/path-lookup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basic/path-lookup.h b/src/basic/path-lookup.h index ae37f9feb9..ee3d8102e0 100644 --- a/src/basic/path-lookup.h +++ b/src/basic/path-lookup.h @@ -21,7 +21,7 @@ struct LookupPaths { char **search_path; /* Where we shall create or remove our installation symlinks, aka "configuration", and where the user/admin - * shall place his own unit files. */ + * shall place their own unit files. */ char *persistent_config; char *runtime_config; |