X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fnetwork.cpp;h=bb9b6bf9b3aa2f2ba065ab4a78366e9b6c7242ff;hp=0cc73cd32916e04bb3b350c37a6cabc635941215;hb=HEAD;hpb=24c7de34254b5de4cf28045a6923a527e06f7290 diff --git a/src/common/network.cpp b/src/common/network.cpp index 0cc73cd3..f0a86b28 100644 --- a/src/common/network.cpp +++ b/src/common/network.cpp @@ -844,7 +844,7 @@ void Network::removeCap(const QString& capability) // Remove from the list of available capabilities. _caps.remove(_capLowercase); // Remove it from the acknowledged list if it was previously acknowledged. The SYNC call - // ensures this propogates to the other side. + // ensures this propagates to the other side. // Use removeOne() for speed; no more than one due to contains() check in acknowledgeCap(). _capsEnabled.removeOne(_capLowercase); SYNC(ARG(capability))