From b2cc3014a7060ecb451a3c2c064f146c692ddd68 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 6 Nov 2013 21:15:37 +0000 Subject: Fix typo on tracing message --- larch/refcountstore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/larch/refcountstore.py b/larch/refcountstore.py index 6a9411f..2eea90c 100644 --- a/larch/refcountstore.py +++ b/larch/refcountstore.py @@ -75,7 +75,7 @@ class RefcountStore(object): def set_refcount(self, node_id, refcount): '''Set the reference count for a given node.''' - tracing.trace('setting refcoutn for %s to %s' % (node_id, refcount)) + tracing.trace('setting refcount for %s to %s' % (node_id, refcount)) self.refcounts[node_id] = refcount self.dirty.add(node_id) -- cgit v1.2.1