diff options
author | Simon MacMullen <simon@rabbitmq.com> | 2011-08-19 13:38:08 +0100 |
---|---|---|
committer | Simon MacMullen <simon@rabbitmq.com> | 2011-08-19 13:38:08 +0100 |
commit | 2c3616f54fe083e5ad9ac6bf4e6267005f880eae (patch) | |
tree | 1818b0f9ba9c8da10250018a5e1347098749a2f2 | |
parent | 9ee2a3eb27eb6d23fcecd9e2bb1428b2caa3cc44 (diff) | |
download | rabbitmq-server-git-2c3616f54fe083e5ad9ac6bf4e6267005f880eae.tar.gz |
Typo
-rw-r--r-- | src/pg2_fixed.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pg2_fixed.erl b/src/pg2_fixed.erl index 2df3bc2472..8926b83b77 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% |