summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2011-08-19 13:38:08 +0100
committerSimon MacMullen <simon@rabbitmq.com>2011-08-19 13:38:08 +0100
commitc701762cd663b39ccb18cca77cd0f6b24eac5c18 (patch)
tree1818b0f9ba9c8da10250018a5e1347098749a2f2
parentc1f7f3855f8434ab45d1c64ce05d6a97d6592eed (diff)
downloadrabbitmq-server-c701762cd663b39ccb18cca77cd0f6b24eac5c18.tar.gz
Typo
-rw-r--r--src/pg2_fixed.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pg2_fixed.erl b/src/pg2_fixed.erl
index 2df3bc24..8926b83b 100644
--- a/src/pg2_fixed.erl
+++ b/src/pg2_fixed.erl
@@ -4,7 +4,7 @@
%% The changes are a search-and-replace to rename the module and avoid
%% clashes with other versions of pg2, and also a simple rewrite of
%% "andalso" and "orelse" expressions to case statements where the second
-%% operands is not a boolean since R12B does not allow this.
+%% operand is not a boolean since R12B does not allow this.
%%
%% %CopyrightBegin%