diff options
author | Jan Engelhardt <jengelh@inai.de> | 2023-03-07 12:51:31 +0100 |
---|---|---|
committer | Jan Engelhardt <jengelh@inai.de> | 2023-03-07 13:39:31 +0100 |
commit | 18fe76eba59dc494597b07e0114899b69f92cc12 (patch) | |
tree | 82311e185b54ab6f69cc3ac7784fb23b8a11dcdd /units | |
parent | doc: replace wrong idiom in homed comment (diff) | |
download | systemd-18fe76eba59dc494597b07e0114899b69f92cc12.tar.xz systemd-18fe76eba59dc494597b07e0114899b69f92cc12.zip |
doc: correct wrong use "'s" contractions
Diffstat (limited to 'units')
-rw-r--r-- | units/systemd-time-wait-sync.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-time-wait-sync.service.in b/units/systemd-time-wait-sync.service.in index 8ef3db0d5d..d14491a01e 100644 --- a/units/systemd-time-wait-sync.service.in +++ b/units/systemd-time-wait-sync.service.in @@ -11,7 +11,7 @@ Description=Wait Until Kernel Time Synchronized Documentation=man:systemd-time-wait-sync.service(8) -# Note that this tool doesn't need CAP_SYS_TIME itself, but it's primary +# Note that this tool doesn't need CAP_SYS_TIME itself, but its primary # usecase is to run in conjunction with a local NTP service such as # systemd-timesyncd.service, which is conditioned this way. There might be # niche usecases where running this service independently is desired, but let's |