summaryrefslogtreecommitdiff
path: root/src/sysusers
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-06-30 21:26:47 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-06-30 23:33:00 +0900
commit387f695526c5b6028230da2e9039bca59388fd62 (patch)
tree65945517b2f0b85f63e3407e4f8d1f93f4dbcf4a /src/sysusers
parent3d62af7d235552af5ea9ec0a812cc522f6516574 (diff)
downloadsystemd-387f695526c5b6028230da2e9039bca59388fd62.tar.gz
tree-wide: "a" -> "an"
Diffstat (limited to 'src/sysusers')
-rw-r--r--src/sysusers/sysusers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysusers/sysusers.c b/src/sysusers/sysusers.c
index 6472d73cfe..a18634d254 100644
--- a/src/sysusers/sysusers.c
+++ b/src/sysusers/sysusers.c
@@ -1588,7 +1588,7 @@ static int parse_line(const char *fname, unsigned line, const char *buffer) {
if (!resolved_id)
return log_error_errno(SYNTHETIC_ERRNO(EINVAL),
- "[%s:%u] Lines of type 'r' require a ID range in the third field.",
+ "[%s:%u] Lines of type 'r' require an ID range in the third field.",
fname, line);
if (description || home || shell)