mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Fix typos and grammar in comments and docs
Author: Justin Pryzby Discussion: https://postgr.es/m/20210416070310.GG3315@telsasoft.com
This commit is contained in:
@@ -2020,7 +2020,7 @@ NISortAffixes(IspellDict *Conf)
|
||||
(const unsigned char *) Affix->repl,
|
||||
(ptr - 1)->len))
|
||||
{
|
||||
/* leave only unique and minimals suffixes */
|
||||
/* leave only unique and minimal suffixes */
|
||||
ptr->affix = Affix->repl;
|
||||
ptr->len = Affix->replen;
|
||||
ptr->issuffix = issuffix;
|
||||
|
Reference in New Issue
Block a user