aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/explain.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2020-06-09 10:41:41 +0200
committerPeter Eisentraut <peter@eisentraut.org>2020-06-09 10:42:28 +0200
commita5202889b4c78e8ffcdd8be35d59f0a7aa644f64 (patch)
tree0d9670735e871e73a518dd09c8bb44720c22a624 /src/backend/commands/explain.c
parent4d655f154565662cbd11f1ce5c0e6a90cd6a8f56 (diff)
downloadpostgresql-a5202889b4c78e8ffcdd8be35d59f0a7aa644f64.tar.gz
postgresql-a5202889b4c78e8ffcdd8be35d59f0a7aa644f64.zip
Spelling adjustments
similar to 0fd2a79a637f9f96b9830524823df0454e962f96
Diffstat (limited to 'src/backend/commands/explain.c')
-rw-r--r--src/backend/commands/explain.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/commands/explain.c b/src/backend/commands/explain.c
index efd7201d611..9092b4b3094 100644
--- a/src/backend/commands/explain.c
+++ b/src/backend/commands/explain.c
@@ -4238,7 +4238,7 @@ ExplainOpenGroup(const char *objtype, const char *labelname,
/*
* In YAML format, the grouping stack is an integer list. 0 means
* we've emitted nothing at this grouping level AND this grouping
- * level is unlabelled and must be marked with "- ". See
+ * level is unlabeled and must be marked with "- ". See
* ExplainYAMLLineStarting().
*/
ExplainYAMLLineStarting(es);
@@ -4601,7 +4601,7 @@ ExplainJSONLineEnding(ExplainState *es)
*
* YAML lines are ordinarily indented by two spaces per indentation level.
* The text emitted for each property begins just prior to the preceding
- * line-break, except for the first property in an unlabelled group, for which
+ * line-break, except for the first property in an unlabeled group, for which
* it begins immediately after the "- " that introduces the group. The first
* property of the group appears on the same line as the opening "- ".
*/