diff options
author | Lennart Poettering <lennart@poettering.net> | 2020-04-23 17:01:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-23 17:01:11 +0200 |
commit | a9ab5cdb505d7d368c44fc02cc0183e75db1f657 (patch) | |
tree | 6af2f39ac62556b57a9dd3f520fa935fc3daa800 /src/resolve/resolved-bus.c | |
parent | 185924ab631da9132000532ecc19a0f48c1b7b47 (diff) | |
parent | beb1d286542fe105a16005aa05d62d7f41f221b3 (diff) | |
download | systemd-a9ab5cdb505d7d368c44fc02cc0183e75db1f657.tar.gz |
Merge pull request #15472 from keszybz/dbus-api-docs
A few more dbus api documentation updates
Diffstat (limited to 'src/resolve/resolved-bus.c')
-rw-r--r-- | src/resolve/resolved-bus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resolve/resolved-bus.c b/src/resolve/resolved-bus.c index f56166b94c..a06e9bcf7d 100644 --- a/src/resolve/resolved-bus.c +++ b/src/resolve/resolved-bus.c @@ -1116,7 +1116,7 @@ static void bus_method_resolve_service_complete(DnsQuery *q) { if (has_root_domain && found <= 0) { /* If there's exactly one SRV RR and it uses - * the root domain as host name, then the + * the root domain as hostname, then the * service is explicitly not offered on the * domain. Report this as a recognizable * error. See RFC 2782, Section "Usage |