1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-22 21:53:06 +03:00

Fix collection of typos and grammar mistakes in docs and comments

Author: Justin Pryzby
Discussion: https://postgr.es/m/20190330224333.GQ5815@telsasoft.com
This commit is contained in:
Michael Paquier
2019-04-19 16:57:40 +09:00
parent bc540f9859
commit 148266fa35
6 changed files with 6 additions and 6 deletions

View File

@@ -9,7 +9,7 @@
* for an external function is found - not guaranteed! - the index will then
* be used to judge their instruction count / inline worthiness. After doing
* so for all external functions, all the referenced functions (and
* prerequisites) will be imorted.
* prerequisites) will be imported.
*
* Copyright (c) 2016-2019, PostgreSQL Global Development Group
*