diff --git a/src/upnp/protocol/natpmp/nat_pmp.cpp b/src/upnp/protocol/natpmp/nat_pmp.cpp index c7e3d6f9..9aeb71bd 100644 --- a/src/upnp/protocol/natpmp/nat_pmp.cpp +++ b/src/upnp/protocol/natpmp/nat_pmp.cpp @@ -441,7 +441,7 @@ NatPmp::sendMappingRequest(Mapping& mapping, uint32_t& lifetime) // Unfortunately, libnatpmp only allows reading one response per request sent; calling // readResponse again at this point would result in a NATPMP_ERR_NOPENDINGREQ error. // Since it is unable to known whether the mapping was actually created or not, we return an - // error to ensure the caller won't attempt to use a port mapping that doesn't exist. + // error to ensure the caller is unable to attempt to use a port mapping that doesn't exist. return NATPMP_ERR_INVALIDARGS; }