Bug#669269: apache2: Fix typographic errors in configuration file comments

2012-04-22 Thread Arno Töll
tags 669269 +pending
thanks

Hi Oxan,

thanks for your patch. I just merged it and sorry for the delay, you
ended up in my spam filter somehow.

-- 
with kind regards,
Arno Töll
IRC: daemonkeeper on Freenode/OFTC
GnuPG Key-ID: 0x9D80F36D



signature.asc
Description: OpenPGP digital signature


Bug#669269: apache2: Fix typographic errors in configuration file comments

2012-04-18 Thread Oxan van Leeuwen
Source: apache2
Version: 2.4.2-1
Severity: minor
Tags: patch

Please see attached patch against the next branch in git to fix some 
typographic 
errors in comments in the configuration files.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (900, 'testing'), (900, 'stable'), (525, 'unstable'), (515, 
'experimental'), (500, 'testing-proposed-updates'), (500, 'stable-updates'), 
(110, 'oneiric-updates'), (110, 'oneiric')
Architecture: amd64 (x86_64)

Kernel: Linux 3.3.0-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
>From 17c13988945e47ffd3aebd386ac600cc5e265707 Mon Sep 17 00:00:00 2001
From: Oxan van Leeuwen 
Date: Wed, 18 Apr 2012 17:42:56 +0200
Subject: [PATCH] Fix typographic errors in configuration file comments

---
 debian/config-dir/apache2.conf |2 +-
 debian/config-dir/sites-available/000-default.conf |2 +-
 debian/config-dir/sites-available/default-ssl.conf |2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/config-dir/apache2.conf b/debian/config-dir/apache2.conf
index 4c8d959..a145448 100644
--- a/debian/config-dir/apache2.conf
+++ b/debian/config-dir/apache2.conf
@@ -36,7 +36,7 @@
 #   supposed to determine listening ports for incoming connections which can be
 #   customized anytime.
 #
-# * Configuration files in the sites-enabled/, mods-enabled/ and conf-enabled/
+# * Configuration files in the mods-enabled/, conf-enabled/ and sites-enabled/
 #   directories contain particular configuration snippets which manage modules,
 #   global configuration fragments or site specific configuration respectively.
 #
diff --git a/debian/config-dir/sites-available/000-default.conf b/debian/config-dir/sites-available/000-default.conf
index decfca5..ba65e14 100644
--- a/debian/config-dir/sites-available/000-default.conf
+++ b/debian/config-dir/sites-available/000-default.conf
@@ -14,7 +14,7 @@
 
 	# For most configuration files from conf-available/, which are
 	# enabled or disabled at a global level, it is possible to
-	# include a it only for a particular virtual host. For example the
+	# include it only for a particular virtual host. For example the
 	# following line enables the CGI configuration for this host
 	# only after disabling it globally with "a2disconf".
 	#Include conf-available/serve-cgi-bin.conf
diff --git a/debian/config-dir/sites-available/default-ssl.conf b/debian/config-dir/sites-available/default-ssl.conf
index 33a9f55..0c61c00 100644
--- a/debian/config-dir/sites-available/default-ssl.conf
+++ b/debian/config-dir/sites-available/default-ssl.conf
@@ -16,7 +16,7 @@
 
 	# For most configuration files from conf-available/, which are
 	# enabled or disabled at a global level, it is possible to
-	# include a it only for a particular virtual host. For example the
+	# include it only for a particular virtual host. For example the
 	# following line enables the CGI configuration for this host
 	# only after disabling it globally with "a2disconf".
 	#Include conf-available/serve-cgi-bin.conf
-- 
1.7.9.5