1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-31 17:02:12 +03:00

Doc: fix typos in documentation

Commits 39969e2a1e and 5c279a6d35 accidentally included a typo each
in the user facing documentation.
This commit is contained in:
Daniel Gustafsson
2022-04-10 21:42:43 +02:00
parent b6b8824ee7
commit cd959b1b06
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@
an extension to implement.
</para>
<para>
To create a new custom WAL resouce manager, first define an
To create a new custom WAL resource manager, first define an
<structname>RmgrData</structname> structure with implementations for the
resource manager methods. Refer to
<filename>src/backend/access/transam/README</filename> and