summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 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%