diff options
Diffstat (limited to 'man/logcontrol-example.c')
-rw-r--r-- | man/logcontrol-example.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/logcontrol-example.c b/man/logcontrol-example.c index 23e73846cd..eb527280ff 100644 --- a/man/logcontrol-example.c +++ b/man/logcontrol-example.c @@ -220,7 +220,7 @@ int main(int argc, char **argv) { if (r < 0) return log_error(o.log_level, r, "sd_bus_add_object_vtable()"); - /* By default the service is assigned an ephemeral name. Also add a fixed + /* By default, the service is assigned an ephemeral name. Also add a fixed * one, so that clients know whom to call. * https://www.freedesktop.org/software/systemd/man/sd_bus_request_name.html */ |