aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorDaniel Gustafsson <dgustafsson@postgresql.org>2025-04-11 22:17:12 +0200
committerDaniel Gustafsson <dgustafsson@postgresql.org>2025-04-11 22:17:12 +0200
commit847bbb21f8c4eb0e2b47417684ad2ba9255c9e80 (patch)
tree23991d3e0bf7ed3c3cbe758d2f4018c3b3676dd3 /doc/src
parent5822bf21d50eb3a4938066951727294e3d33ca6c (diff)
downloadpostgresql-847bbb21f8c4eb0e2b47417684ad2ba9255c9e80.tar.gz
postgresql-847bbb21f8c4eb0e2b47417684ad2ba9255c9e80.zip
Fix recently introduced typos
This fixes typos in docs and comments introduced during the v18 development cycle, to keep them from ending up in backbranches. Author: Jacob Brazeal <jacob.brazeal@gmail.com> Reviewed-by: Daniel Gustafsson <daniel@yesql.se> Discussion: https://postgr.es/m/CA+COZaCgGua25f2hSrjrDLJcJJAHkwoKgTTqUy-wyL1=64JNjw@mail.gmail.com
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/indexam.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/indexam.sgml b/doc/src/sgml/indexam.sgml
index d5adb58c163..1aa4741a8ea 100644
--- a/doc/src/sgml/indexam.sgml
+++ b/doc/src/sgml/indexam.sgml
@@ -895,7 +895,7 @@ amtranslatestrategy (StrategyNumber strategy, Oid opfamily, Oid opcintype);
StrategyNumber
amtranslatecmptype (CompareType cmptype, Oid opfamily, Oid opcintype);
</programlisting>
- These functions, if implemented, will be called by the planer and executor
+ These functions, if implemented, will be called by the planner and executor
to convert between fixed <type>CompareType</type> values and the specific
strategy numbers used by the access method. These functions can be
implemented by access methods that implement functionality similar to the