1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-26 01:15:38 +00:00

Reapply typo fix from becbc3a3e2

This commit is contained in:
Shelikhoo 2021-09-04 11:54:34 +01:00
parent db19747d96
commit b8e81f01fa
No known key found for this signature in database
GPG Key ID: C4D5E79D22B25316

View File

@ -211,7 +211,7 @@ L:
case dnsmessage.TypeAAAA:
ans, err := parser.AAAAResource()
if err != nil {
newError("failed to parse A record for domain: ", ah.Name).Base(err).WriteToLog()
newError("failed to parse AAAA record for domain: ", ah.Name).Base(err).WriteToLog()
break L
}
ipRecord.IP = append(ipRecord.IP, net.IPAddress(ans.AAAA[:]))