Browse Source

[2857] Fix typo

Mukund Sivaraman 11 years ago
parent
commit
1932ac5a9f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/memmgr/memmgr.py.in

+ 1 - 1
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.