diff options
Diffstat (limited to 'modules/m_dns.cpp')
-rw-r--r-- | modules/m_dns.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/m_dns.cpp b/modules/m_dns.cpp index dfa2cc969..e6ee8cee1 100644 --- a/modules/m_dns.cpp +++ b/modules/m_dns.cpp @@ -22,7 +22,7 @@ namespace time_t timeout; } -/** A full packet sent or recieved to/from the nameserver +/** A full packet sent or received to/from the nameserver */ class Packet : public Query { @@ -804,7 +804,7 @@ class MyManager : public Manager, public Timer } Packet *packet = new Packet(recv_packet); - packet->flags |= QUERYFLAGS_QR; /* This is a reponse */ + packet->flags |= QUERYFLAGS_QR; /* This is a response */ packet->flags |= QUERYFLAGS_AA; /* And we are authoritative */ packet->answers.clear(); |