Subject: | Spelling errors |
Hello,
some little spelling errors (reported by Lintian)
Subject: | spelling-errors.patch |
Description: Spelling errors
Author: Xavier Guimard <x.guimard@free.fr>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Last-Update: 2018-06-27
--- a/lib/Event/RPC/Client.pm
+++ b/lib/Event/RPC/Client.pm
@@ -576,7 +576,7 @@
error_cb => sub {
my ($client, $error) = @_;
- print "An RPC error occured: $error\n";
+ print "An RPC error occurred: $error\n";
$client->disconnect;
exit;
},
--- a/lib/Event/RPC/Loop.pm
+++ b/lib/Event/RPC/Loop.pm
@@ -73,7 +73,7 @@
=item B<cb>
This callback is called, without any parameters, if
-an event occured on the filehandle above.
+an event occurred on the filehandle above.
=item B<desc>
--- a/lib/Event/RPC/Server.pm
+++ b/lib/Event/RPC/Server.pm
@@ -687,7 +687,7 @@
First you need to generate a server key and certificate for your server
using the openssl command which is part of the OpenSSL distribution,
-e.g. by issueing these commands (please refer to the manpage of openssl
+e.g. by issuing these commands (please refer to the manpage of openssl
for details - this is a very rough example, which works in general, but
probably you want to tweak some parameters):