diff --git a/doc/src/sgml/ref/pg_amcheck.sgml b/doc/src/sgml/ref/pg_amcheck.sgml
index cfef6c04655..20c2897accb 100644
--- a/doc/src/sgml/ref/pg_amcheck.sgml
+++ b/doc/src/sgml/ref/pg_amcheck.sgml
@@ -160,7 +160,7 @@ PostgreSQL documentation
Patterns may be unqualified, e.g. myrel*, or they
may be schema-qualified, e.g. myschema*.myrel* or
database-qualified and schema-qualified, e.g.
- mydb*.myscheam*.myrel*. A database-qualified
+ mydb*.myschema*.myrel*. A database-qualified
pattern will add matching databases to the list of databases to be
checked.