summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2007-11-23 19:45:00 -0600
committerLuke Kanies <luke@madstop.com>2007-11-23 19:45:00 -0600
commit0ebd99e821870437a355a7ae02006d232347c155 (patch)
treebc8cb69d6c9b5c95fbe42c2e4685cb16fc87a676
parent7ed1c17112e5f9ca51804f820d9a0550775c5a60 (diff)
downloadpuppet-0ebd99e821870437a355a7ae02006d232347c155.tar.gz
puppet-0ebd99e821870437a355a7ae02006d232347c155.tar.xz
puppet-0ebd99e821870437a355a7ae02006d232347c155.zip
Adding patch 20070926214630-6856b-edd313b08555033710c90a94d9d8beaf889d6cf4.patch from womble -- Fix spelling mistake in debian control files
-rw-r--r--debian/control2
-rw-r--r--debian/puppet.preinst2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 9ce75ef23..879c9770c 100644
--- a/debian/control
+++ b/debian/control
@@ -28,7 +28,7 @@ Package: puppetmaster
Architecture: all
Depends: ruby (>= 1.8.1), puppet (= ${Source-Version}), facter, lsb-base
Recommends: rails (>= 1.2.3-2), rdoc
-Description: centralised configuration manangement control daemon
+Description: centralised configuration management control daemon
Puppet lets you centrally manage every important aspect of your system
using a cross-platform specification language that manages all the
separate elements normally aggregated in different files, like users,
diff --git a/debian/puppet.preinst b/debian/puppet.preinst
index 93c1662d8..ce8e76083 100644
--- a/debian/puppet.preinst
+++ b/debian/puppet.preinst
@@ -5,7 +5,7 @@ case "$1" in
/usr/sbin/adduser --system \
--group \
--home /var/lib/puppet \
- --gecos "Puppet configuration manangement daemon" \
+ --gecos "Puppet configuration management daemon" \
puppet > /dev/null
;;