mirror of
https://codeberg.org/scip/leo.git
synced 2025-12-17 04:31:01 +01:00
fix typos
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
1.45:
|
||||||
|
|
||||||
|
fixed rt.cpan.org#118472.
|
||||||
|
|
||||||
1.44:
|
1.44:
|
||||||
|
|
||||||
Fixed error handling, added sample code for module usage.
|
Fixed error handling, added sample code for module usage.
|
||||||
|
|||||||
8
Org.pm
8
Org.pm
@@ -7,7 +7,7 @@
|
|||||||
# or service marks of their respective holders.
|
# or service marks of their respective holders.
|
||||||
|
|
||||||
package WWW::Dict::Leo::Org;
|
package WWW::Dict::Leo::Org;
|
||||||
$WWW::Dict::Leo::Org::VERSION = "1.44";
|
$WWW::Dict::Leo::Org::VERSION = "1.45";
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
@@ -428,7 +428,7 @@ Possible values: fuzzy, exact, relaxed.
|
|||||||
Translation direction. Please note that dict.leo.org always translates
|
Translation direction. Please note that dict.leo.org always translates
|
||||||
either to or from german.
|
either to or from german.
|
||||||
|
|
||||||
The following languages are supported: english, polish, spanish, portugese
|
The following languages are supported: english, polish, spanish, portuguese
|
||||||
russian and chinese.
|
russian and chinese.
|
||||||
|
|
||||||
You can specify only the country code, or append B<de2> in order to
|
You can specify only the country code, or append B<de2> in order to
|
||||||
@@ -446,7 +446,7 @@ Valid country codes:
|
|||||||
en english
|
en english
|
||||||
es spanish
|
es spanish
|
||||||
ru russian
|
ru russian
|
||||||
pt portugese
|
pt portuguese
|
||||||
pl polish
|
pl polish
|
||||||
ch chinese
|
ch chinese
|
||||||
|
|
||||||
@@ -545,6 +545,6 @@ Please don't forget to add debugging output!
|
|||||||
|
|
||||||
=head1 VERSION
|
=head1 VERSION
|
||||||
|
|
||||||
1.44
|
1.45
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|||||||
10
leo
10
leo
@@ -34,7 +34,7 @@ my $default_c = "\033[0m"; # reset default terminal color
|
|||||||
my $bold_c = "\033[0;34m"; # blue color
|
my $bold_c = "\033[0;34m"; # blue color
|
||||||
my $copy_c = "\033[0;35m"; # copyright message color (green)
|
my $copy_c = "\033[0;35m"; # copyright message color (green)
|
||||||
|
|
||||||
my $version = "1.42";
|
my $version = "1.43";
|
||||||
my $config = $ENV{HOME} . "/.leo";
|
my $config = $ENV{HOME} . "/.leo";
|
||||||
my $cache = $ENV{HOME} . "/.leo-CACHE.db";
|
my $cache = $ENV{HOME} . "/.leo-CACHE.db";
|
||||||
|
|
||||||
@@ -346,7 +346,7 @@ Supported <countrycode>s are:
|
|||||||
en english
|
en english
|
||||||
es spanish
|
es spanish
|
||||||
ru russian
|
ru russian
|
||||||
pt portugese
|
pt portuguese
|
||||||
pl polish
|
pl polish
|
||||||
ch chinese
|
ch chinese
|
||||||
|
|
||||||
@@ -433,7 +433,7 @@ Default: B<relaxed>.
|
|||||||
Translation direction. Please note that dict.leo.org always translates
|
Translation direction. Please note that dict.leo.org always translates
|
||||||
either to or from german.
|
either to or from german.
|
||||||
|
|
||||||
The following languages are supported: english, polish, spanish, portugese
|
The following languages are supported: english, polish, spanish, portuguese
|
||||||
russian and chinese.
|
russian and chinese.
|
||||||
|
|
||||||
You can specify only the country code, or append B<de2> in order to
|
You can specify only the country code, or append B<de2> in order to
|
||||||
@@ -451,7 +451,7 @@ Valid country codes:
|
|||||||
en english
|
en english
|
||||||
es spanish
|
es spanish
|
||||||
ru russian
|
ru russian
|
||||||
pt portugese
|
pt portuguese
|
||||||
pl polish
|
pl polish
|
||||||
ch chinese
|
ch chinese
|
||||||
|
|
||||||
@@ -669,6 +669,6 @@ browser, what is not prohibited. At least not today.
|
|||||||
|
|
||||||
=head1 VERSION
|
=head1 VERSION
|
||||||
|
|
||||||
This is the manpage for B<leo> version B<1.42>.
|
This is the manpage for B<leo> version B<1.43>.
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|||||||
Reference in New Issue
Block a user