]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Fix grammar and a small typo on a comment
authorSven Mueller <smu+github@google.com>
Fri, 19 Feb 2021 11:28:00 +0000 (12:28 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 19 Feb 2021 11:43:10 +0000 (12:43 +0100)
potentically -> potentially
(And a small grammar fix)

src/resolve/resolved-dns-packet.c

index 9d50336c3fe0f83c5a89ccde2961d0446269b25e..a51514a8de894be5df7c231c7e99567861ca17ee 100644 (file)
@@ -2378,7 +2378,7 @@ static int dns_packet_extract_answer(DnsPacket *p, DnsAnswer **ret_answer) {
                                 return r;
                 }
 
-                /* Remember this RR, so that we potentically can merge it's ->key object with the
+                /* Remember this RR, so that we can potentially merge its ->key object with the
                  * next RR. Note that we only do this if we actually decided to keep the RR around.
                  */
                 dns_resource_record_unref(previous);