summaryrefslogtreecommitdiff
path: root/debian/debhelper/dh_apache2.in
diff options
context:
space:
mode:
Diffstat (limited to 'debian/debhelper/dh_apache2.in')
-rwxr-xr-xdebian/debhelper/dh_apache2.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/debhelper/dh_apache2.in b/debian/debhelper/dh_apache2.in
index b5e514c0..24bc0546 100755
--- a/debian/debhelper/dh_apache2.in
+++ b/debian/debhelper/dh_apache2.in
@@ -440,7 +440,7 @@ foreach my $package ((@{$dh{DOPACKAGES}}))
}
if ($dir =~ m#etc/apache2/sites-available# and $file =~ m#.conf$#)
{
- verbose_print("package $package appears to contain a virtual host confoguration\n");
+ verbose_print("package $package appears to contain a virtual host configuration\n");
push @{$PACKAGE_TYPE{'has_a_site_conf'}}, $conf_name;
}
if ($dir =~ m#etc/apache2/conf-available# and $file =~ m#.conf$#)