aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/operatorcmds.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2016-06-07 14:18:08 -0400
committerPeter Eisentraut <peter_e@gmx.net>2016-06-07 14:18:55 -0400
commit5c6d2a5e7c83bf6e157fe4ca0ab9b123012289e9 (patch)
tree4674cd6272ec253c3dec2842f19a4e17d9054361 /src/backend/commands/operatorcmds.c
parentdf7cc3976db6980d115d1dc6556f021d9783d579 (diff)
downloadpostgresql-5c6d2a5e7c83bf6e157fe4ca0ab9b123012289e9.tar.gz
postgresql-5c6d2a5e7c83bf6e157fe4ca0ab9b123012289e9.zip
Message style and wording fixes
Diffstat (limited to 'src/backend/commands/operatorcmds.c')
-rw-r--r--src/backend/commands/operatorcmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/commands/operatorcmds.c b/src/backend/commands/operatorcmds.c
index 672f2eb212f..11036241212 100644
--- a/src/backend/commands/operatorcmds.c
+++ b/src/backend/commands/operatorcmds.c
@@ -448,7 +448,7 @@ AlterOperator(AlterOperatorStmt *stmt)
{
ereport(ERROR,
(errcode(ERRCODE_SYNTAX_ERROR),
- errmsg("operator attribute \"%s\" can not be changed",
+ errmsg("operator attribute \"%s\" cannot be changed",
defel->defname)));
}
else