Package: libserver-starter-perl / 0.17-2

spelling.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: fix typo in POD
 introduced by previous patch
Origin: vendor
Forwarded: not-needed now
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2014-06-29

--- a/lib/Server/Starter.pm
+++ b/lib/Server/Starter.pm
@@ -429,7 +429,7 @@
 
 Defines a directory whose content is added into server's environment. Each file name specifies an environment variable, the file's content specifies a value of the environment variable. Files with names starting with a dot are ignored.  
 
-The environment directory is scanned and read only on time-based autorestart or SIGHUP signal. The first server instances have default environment. To remove an enviroment variable added before, remove the file and send the signal.
+The environment directory is scanned and read only on time-based autorestart or SIGHUP signal. The first server instances have default environment. To remove an environment variable added before, remove the file and send the signal.
 
 This option is not mandatory.