From ba07e97e5906d21d0632f4c805c66fffe4959344 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 2 Feb 2017 09:32:19 +0000 Subject: [PATCH] spelling: assignment --- pdns/iputils.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0