Skip to content

Commit c023a75

Browse files
author
Liudmila Mantrova
committed
Doc: sync with EE - typo fixes from A.Lakhin
1 parent 0f83eee commit c023a75

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/src/sgml/jsquery.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<title>Installation</title>
5353
<para>
5454
When you installed <productname>Postgres Pro</productname> distribution, jsquery is available
55-
as a contrib moudle. Install contrib modules (postgrespro-contrib
55+
as a contrib module. Install contrib modules (postgrespro-contrib
5656
package in the binary distribution for Linux, or make -C contrib
5757
install if you are building from source), then start psql shell
5858
and type

doc/src/sgml/mchar.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
It implements types MCHAR and MVARCHAR, which are bug-to-bug
1616
compatible with MSSQL CHAR and VARCHAR respectively. Additionaly,
1717
these types use libicu for comparation and case conversion, so their
18-
behavoir is identical across different operating system.
18+
behavior is identical across different operating system.
1919
</para>
2020
<para>
2121
PostgresPro also includes <xref linkend="citext"> extension which
2222
provides types similar to MCHAR. But this extension doesn't emulate
23-
MS-SQL behavoir concerning end-of-value whitespace.
23+
MS-SQL behavior concerning end-of-value whitespace.
2424
</para>
2525
<para>
2626
Differences from &productname; standard CHAR and VARCHAR are:

0 commit comments

Comments
 (0)