summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2010-11-12 11:11:37 +0000
committerSimon MacMullen <simon@rabbitmq.com>2010-11-12 11:11:37 +0000
commit5042926a6daa61970a5562633805c68c2ffe620d (patch)
tree87be1366fa04ccc37dd8d3e399c47d6c088956b5
parent46f3e6bbeb4804f73b3b77b5fb83095bbc5abea7 (diff)
downloadrabbitmq-server-bug23496.tar.gz
-rw-r--r--src/rabbit_upgrade_functions.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_upgrade_functions.erl b/src/rabbit_upgrade_functions.erl
index 256254f6..1c56d51d 100644
--- a/src/rabbit_upgrade_functions.erl
+++ b/src/rabbit_upgrade_functions.erl
@@ -42,7 +42,7 @@
%% It's a bad idea to use records or record_info here, even for the
%% destination form. Because in the future, the destination form of
-%% your current transform may not match the reocrd any more, and it
+%% your current transform may not match the record any more, and it
%% would be messy to have to go back and fix old transforms at that
%% point.