From: Mukund Sivaraman Date: Wed, 21 Aug 2013 03:12:13 +0000 (+0530) Subject: [2857] Fix typo X-Git-Tag: bind10-1.2.0beta1-release~228^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1932ac5a9ffb435e2875f9e921beb486e2be8f4e;p=thirdparty%2Fkea.git [2857] Fix typo --- diff --git a/src/bin/memmgr/memmgr.py.in b/src/bin/memmgr/memmgr.py.in index 717050b397..e6748b4197 100755 --- a/src/bin/memmgr/memmgr.py.in +++ b/src/bin/memmgr/memmgr.py.in @@ -140,7 +140,7 @@ class Memmgr(BIND10Server): notifications = None with self._builder_lock: # Copy the notifications out and clear them from the - # original list. We may not assigne [] to + # original list. We may not assign [] to # self._builder_response_queue, because there's other # reference to it from the other thread and it would # keep the original list.