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 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
|
Description: Fix various spelling issues, as found by lintian.
Author: Frederik Schüler <fs@debian.org>
Last-Update: 2010-02-11
--- cluster-agents-1.0.2.orig/heartbeat/proftpd
+++ cluster-agents-1.0.2/heartbeat/proftpd
@@ -82,8 +82,8 @@ For example, "/etc/proftpd.conf"
</parameter>
<parameter name="curl_binary" unique="0" required="0">
-<longdesc lang="en">The absolut path to the curl binary for monitoring with OCF_CHECK_LEVEL greater zero.</longdesc>
-<shortdesc lang="en">The absolut path to the curl binary</shortdesc>
+<longdesc lang="en">The absolute path to the curl binary for monitoring with OCF_CHECK_LEVEL greater zero.</longdesc>
+<shortdesc lang="en">The absolute path to the curl binary</shortdesc>
<content type="string" default="/usr/bin/curl" />
</parameter>
--- cluster-agents-1.0.2.orig/heartbeat/SAPInstance
+++ cluster-agents-1.0.2/heartbeat/SAPInstance
@@ -101,7 +101,7 @@ Resource script for SAP. It manages a SA
<content type="string" default="3600" />
</parameter>
<parameter name="AUTOMATIC_RECOVER" unique="1" required="0">
- <longdesc lang="en">The SAPInstance resource agent tries to recover a failed start attempt automaticaly one time. This is done by killing runing instance processes and executing cleanipc.</longdesc>
+ <longdesc lang="en">The SAPInstance resource agent tries to recover a failed start attempt automatically one time. This is done by killing runing instance processes and executing cleanipc.</longdesc>
<shortdesc lang="en">Enable or disable automatic startup recovery</shortdesc>
<content type="boolean" default="false"/>
</parameter>
--- cluster-agents-1.0.2.orig/heartbeat/sfex
+++ cluster-agents-1.0.2/heartbeat/sfex
@@ -63,7 +63,7 @@ meta_data() {
<longdesc lang="en">
Resource script for SF-EX. It manages a shared storage medium exclusively .
</longdesc>
-<shortdesc lang="en">Manages exclusive acess to shared storage using Shared Disk File EXclusiveness (SF-EX)</shortdesc>
+<shortdesc lang="en">Manages exclusive access to shared storage using Shared Disk File EXclusiveness (SF-EX)</shortdesc>
<parameters>
<parameter name="device" unique="0" required="1">
<longdesc lang="en">
--- cluster-agents-1.0.2.orig/heartbeat/apache
+++ cluster-agents-1.0.2/heartbeat/apache
@@ -611,7 +611,7 @@ Case insensitive.
<longdesc lang="en">
Client to use to query to Apache. If not specified, the RA will
try to find one on the system. Currently, wget and curl are
-supported. For example, you can set this paramter to "curl" if
+supported. For example, you can set this parameter to "curl" if
you prefer that to wget.
</longdesc>
<shortdesc lang="en">http client</shortdesc>
--- cluster-agents-1.0.2.orig/heartbeat/SAPDatabase
+++ cluster-agents-1.0.2/heartbeat/SAPDatabase
@@ -114,7 +114,7 @@ Resource script for SAP databases. It ma
<content type="boolean" default="false"/>
</parameter>
<parameter name="AUTOMATIC_RECOVER" unique="1" required="0">
- <longdesc lang="en">The SAPDatabase resource agent tries to recover a failed start attempt automaticaly one time. This is done by running a forced abort of the RDBMS and/or executing recovery commands.</longdesc>
+ <longdesc lang="en">The SAPDatabase resource agent tries to recover a failed start attempt automatically one time. This is done by running a forced abort of the RDBMS and/or executing recovery commands.</longdesc>
<shortdesc lang="en">Enable or disable automatic startup recovery</shortdesc>
<content type="boolean" default="false"/>
</parameter>
@@ -129,7 +129,7 @@ Resource script for SAP databases. It ma
<content type="string" default="" />
</parameter>
<parameter name="DB_JARS" unique="1" required="0">
- <longdesc lang="en">The full qualified filename of the jdbc driver for the database connection test. It will be automaticaly read from the bootstrap.properties file in Java engine 6.40 and 7.00. For Java engine 7.10 the parameter is mandatory.</longdesc>
+ <longdesc lang="en">The full qualified filename of the jdbc driver for the database connection test. It will be automatically read from the bootstrap.properties file in Java engine 6.40 and 7.00. For Java engine 7.10 the parameter is mandatory.</longdesc>
<shortdesc lang="en">file name of the jdbc driver</shortdesc>
<content type="string" default="" />
</parameter>
--- cluster-agents-1.0.2+hg1700.orig/ldirectord/ldirectord.in
+++ cluster-agents-1.0.2+hg1700/ldirectord/ldirectord.in
@@ -305,7 +305,7 @@ If I<yes>, then ldirectord will spawn a
and run checks against the real servers from them. This will increase response
times to changes in real server status in configurations with many virtual
servers. This may also use less memory then running many separate instances of
-ldirectord. Child processes will be automaticly restarted if they die.
+ldirectord. Child processes will be automatically restarted if they die.
Default: I<no>
|