~ubuntu-branches/debian/stretch/resource-agents/stretch

« back to all changes in this revision

Viewing changes to debian/patches/spelling-fixes.patch

  • Committer: Bazaar Package Importer
  • Author(s): Martin Loschwitz
  • Date: 2011-10-20 12:10:13 UTC
  • Revision ID: james.westby@ubuntu.com-20111020121013-ficddzhosi473laz
Tags: 1:3.9.2-4
Adopted numerous changes from the Ubuntu packages, implemented by Andres 
Rodriguez to make co-maintaining these packages in Ubuntu and Debian a
bit easier.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff -ruN cluster-agents-3.9.2.old//heartbeat/SAPDatabase cluster-agents-3.9.2/heartbeat/SAPDatabase
2
 
--- cluster-agents-3.9.2.old//heartbeat/SAPDatabase     2011-06-29 12:51:48.000000000 +0000
3
 
+++ cluster-agents-3.9.2/heartbeat/SAPDatabase  2011-08-24 09:48:29.475102649 +0000
4
 
@@ -114,7 +114,7 @@
5
 
   <content type="boolean" default="false"/>
6
 
  </parameter>
7
 
  <parameter name="AUTOMATIC_RECOVER" unique="1" required="0">
8
 
-  <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>
9
 
+  <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>
10
 
   <shortdesc lang="en">Enable or disable automatic startup recovery</shortdesc>
11
 
   <content type="boolean" default="false"/>
12
 
  </parameter>
13
 
@@ -129,7 +129,7 @@
14
 
   <content type="string" default="" />
15
 
  </parameter>
16
 
  <parameter name="DB_JARS" unique="1" required="0">
17
 
-  <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 and higher the parameter is mandatory.</longdesc>
18
 
+  <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 and higher the parameter is mandatory.</longdesc>
19
 
   <shortdesc lang="en">file name of the jdbc driver</shortdesc>
20
 
   <content type="string" default="" />
21
 
  </parameter>