diff --git a/src/upnp/protocol/natpmp/nat_pmp.cpp b/src/upnp/protocol/natpmp/nat_pmp.cpp
index c7e3d6f96c197a852a8a48fd3cbf30689c9e7de8..9aeb71bdfea6527c4ad58c86174ae919df25b518 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;
     }