mirror of
https://github.com/postgres/postgres.git
synced 2025-11-06 07:49:08 +03:00
Fix an assortment of spelling mistakes and typos
Author: Alexander Lakhin <exclusion@gmail.com> Discussion: https://postgr.es/m/5812a0b9-b0cf-4151-9a14-d9f00e4f2858@gmail.com
This commit is contained in:
@@ -85,7 +85,7 @@ append_num_word(StringInfo buf, Cash value)
|
||||
else
|
||||
appendStringInfo(buf, "%s %s", big[tu / 10], small[tu % 10]);
|
||||
}
|
||||
} /* num_word() */
|
||||
}
|
||||
|
||||
static inline Cash
|
||||
cash_pl_cash(Cash c1, Cash c2)
|
||||
|
||||
Reference in New Issue
Block a user