1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
Description: Fix spelling errors.
* allow to -> allow <verb>ing
* Cheksum -> Checksum
* Licence -> License
Author: Bas Couwenberg <sebastic@debian.org>
Forwarded: mailto:pg.comparator@coelho.net
--- a/pg_comparator
+++ b/pg_comparator
@@ -39,7 +39,7 @@ is a mere side effect.
=head1 OPTIONS
-Options allow to request help or to adjust some internal parameters.
+Options allow requesting help or to adjust some internal parameters.
Short one-letter options are also available, usually with the first letter
of the option name.
@@ -242,7 +242,7 @@ Name prefix, possibly schema qualified,
by appending numbers to it. Consider changing the prefix if you expect several
comparisons to run concurrently against the same database.
-Default is C<pgc_cmp>. Cheksum tables is named C<pgc_cmp_1_0> and
+Default is C<pgc_cmp>. Checksum tables is named C<pgc_cmp_1_0> and
C<pgc_cmp_2_0>, and summary tables are named by increasing the last number.
=item C<--report>, C<--no-report>
@@ -1513,7 +1513,7 @@ Initial revision.
Copyright (c) 2004-2020, I<Fabien Coelho>
<pg dot comparator at coelho dot net> L<http://www.coelho.net/>
-This software is distributed under the terms of the BSD Licence.
+This software is distributed under the terms of the BSD License.
Basically, you can do whatever you want, but you have to keep the license
and I'm not responsible for any consequences.
Beware, you may lose your data, your friends or your hairs because of this
|