From: Josh Soref Date: Thu, 2 Feb 2017 09:32:19 +0000 (+0000) Subject: spelling: assignment X-Git-Tag: rec-4.1.0-alpha1~291^2~91 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ba07e97e5906d21d0632f4c805c66fffe4959344;p=pdns spelling: assignment --- diff --git a/pdns/iputils.hh b/pdns/iputils.hh index 0a3c2a7f7..166dc6516 100644 --- a/pdns/iputils.hh +++ b/pdns/iputils.hh @@ -477,7 +477,7 @@ private: * To erase something copy values to new tree sans the value you want to erase. * * Use swap if you need to move the tree to another NetmaskTree instance, it is WAY faster - * than using copy ctor or assigment operator, since it moves the nodes and tree root to + * than using copy ctor or assignment operator, since it moves the nodes and tree root to * new home instead of actually recreating the tree. * * Please see NetmaskGroup for example of simple use case. Other usecases can be found