From bae439136cdad63335315e30d3f205f98b61811f Mon Sep 17 00:00:00 2001 From: ovari123 Date: Tue, 26 Nov 2024 18:47:12 -0400 Subject: [PATCH] misc: unify terminology MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit won't → unable to Change-Id: I1ce5af3ac16ed364df62d20338507b714a47b913 GitLab: https://git.jami.net/savoirfairelinux/jami-client-qt/issues/1730 --- src/upnp/protocol/natpmp/nat_pmp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }