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
commit1ed98a14d8886bd03286cfcbdf73e271a45eccd5 (patch)
tree87be1366fa04ccc37dd8d3e399c47d6c088956b5
parentf1c5bf9a27295c14e082657aed88b563c1407656 (diff)
downloadrabbitmq-server-git-1ed98a14d8886bd03286cfcbdf73e271a45eccd5.tar.gz
Typo
-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 256254f67f..1c56d51dd8 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.