]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2857] Fix typo
authorMukund Sivaraman <muks@isc.org>
Wed, 21 Aug 2013 03:12:13 +0000 (08:42 +0530)
committerMukund Sivaraman <muks@isc.org>
Wed, 21 Aug 2013 03:12:13 +0000 (08:42 +0530)
src/bin/memmgr/memmgr.py.in

index 717050b397a94580afe533045fde7a811d70a02b..e6748b419748c3b79a9f32a9509a5b714d7c045b 100755 (executable)
@@ -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.