diff options
| author | Tatsuo Ishii | 2020-12-26 04:34:21 +0000 |
|---|---|---|
| committer | Tatsuo Ishii | 2020-12-26 04:34:21 +0000 |
| commit | 0b95cfdad5e82ac393db18eaa55fa9854098ee2f (patch) | |
| tree | 7b48093958f8b3f5ae510d150f10648716fd1f67 /src/pgpool.spec | |
| parent | 518012e0b8b6aca79fba8620ba4cfb3116a58cea (diff) | |
Apply mega typo fixes.
Fixes for source code files including *.[chl] and regression scripts,
not only for comments but variable names and function names.
Documents (sgml and some text files) are also fixed.
See:
https://github.com/pgpool/pgpool2/pull/38
for more details.
Patch contributed by Josh Soref. Fixes for Japanese sgml files by me.
Diffstat (limited to 'src/pgpool.spec')
| -rw-r--r-- | src/pgpool.spec | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/pgpool.spec b/src/pgpool.spec index 09c6a5ac1..77be6a475 100644 --- a/src/pgpool.spec +++ b/src/pgpool.spec @@ -29,7 +29,7 @@ Release: 1pgdg%{?dist} License: BSD Group: Applications/Databases Vendor: Pgpool Global Development Group -URL: http://www.pgppol.net/ +URL: http://www.pgpool.net/ Source0: pgpool-II-%{version}.tar.gz Source1: pgpool.init Source2: pgpool_rhel6.sysconfig @@ -87,10 +87,10 @@ Requires: %{name} = %{version} Development headers and libraries for pgpool-II. %package extensions -Summary: Postgersql extensions for pgpool-II +Summary: PostgreSQL extensions for pgpool-II Group: Applications/Databases %description extensions -Postgresql extensions libraries and sql files for pgpool-II. +PostgreSQL extensions libraries and sql files for pgpool-II. %prep %setup -q -n %{archive_name} @@ -314,7 +314,7 @@ fi %{pghome}/share/extension/pgpool-regclass.sql %{pghome}/lib/pgpool-regclass.so %endif -# From PostgerSQL 11 the relevant files have to be installed +# From PostgreSQL 11 the relevant files have to be installed # into $pkglibdir/bitcode/ %if %{pgsql_ver} >= 110 && %{rhel} >= 7 %{pghome}/lib/bitcode/pgpool-recovery.index.bc @@ -374,7 +374,7 @@ fi - Adopt to PostgreSQL 9.4 * Thu Sep 25 2014 Tatsuo Ishii <ishii@sraoss.co.jp> 3.3.4-2 -- Split pgpool_regclass and pgpool_recovery as a separate extention package. +- Split pgpool_regclass and pgpool_recovery as a separate extension package. - Fix wrong OpenSSL build option. * Fri Sep 5 2014 Yugo Nagata <nagata@sraoss.co.jp> 3.3.4-1 @@ -392,7 +392,7 @@ fi - Add openssl support * Tue Nov 26 2013 Nozomi Anzai <anzai@sraoss.co.jp> 3.3.1-1 -- Improved to specify the versions of pgool-II and PostgreSQL +- Improved to specify the versions of pgpool-II and PostgreSQL * Mon May 13 2013 Nozomi Anzai <anzai@sraoss.co.jp> 3.3.0-1 - Update to 3.3.0 |
