summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2014-02-03 17:03:20 +0000
committerAsk Solem <ask@celeryproject.org>2014-02-03 17:03:28 +0000
commit6a3e05526827f28b507d73cbf1ab016442315098 (patch)
treeb7b5134919a9c1e856e4b0adaffa097aa500fd73
parent3a2c0e050034c52148e664045c4f1926054e0ccc (diff)
downloadkombu-6a3e05526827f28b507d73cbf1ab016442315098.tar.gz
Fixes typo
-rw-r--r--Changelog2
1 files changed, 1 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index ed481c29..5ab6d3ad 100644
--- a/Changelog
+++ b/Changelog
@@ -27,7 +27,7 @@
This avoids a call to `uuid.getnode()` at module scope.
-- Hub.add: Now normalized registered fileno.
+- Hub.add: Now normalizes registered fileno.
Contributed by Ionel Cristian Mărieș.