From de854096a645cfd33c5caae004dcf27af84896c1 Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Tue, 13 Apr 2010 09:25:43 -0700 Subject: [PATCH] Fix incorrect comment --- apache/apache-lib.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apache/apache-lib.pl b/apache/apache-lib.pl index 35ae03b4f..add677396 100755 --- a/apache/apache-lib.pl +++ b/apache/apache-lib.pl @@ -1728,7 +1728,7 @@ if ($config{'link_dir'}) { # delete_webfile_link(file) # If the given path is in a directory like /etc/apache2/sites-available, delete -# the link to it from /etc/apache2/enabled-available +# the link to it from /etc/apache2/sites-enabled sub delete_webfile_link { local ($file) = @_;