lib:addns: Fix code spelling
[gd/samba/.git] / lib / addns / dnsquery_srv.c
index 6cba22f32a2c48d9b7bbf02dca56d06ade47f63e..ac9e612b8f9fcf4c7c9d05aed2da6871f609fa4b 100644 (file)
@@ -159,7 +159,7 @@ static void dns_rr_srv_fill_done(
         * (hundreds) and a DNS that doesn't return the DC IPs in the
         * SRV reply, you have bigger problems than this loop linearly
         * walking a pointer array. This is theoretically O(n^2), but
-        * probably the DNS roundtrip time outweights this by a
+        * probably the DNS roundtrip time outweighs this by a
         * lot. And we have a global timeout on this whole
         * dns_rr_srv_fill routine.
         */