From c1e062d78e442999fcfa32e9dbdbecdc8621d1e9 Mon Sep 17 00:00:00 2001
From: Joey Hess <joey@kitenet.net>
Date: Mon, 26 Mar 2012 12:34:32 -0400
Subject: [PATCH] comment typo

---
 Debian/Debhelper/Dh_Lib.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Debian/Debhelper/Dh_Lib.pm b/Debian/Debhelper/Dh_Lib.pm
index e0a274a..10ae69f 100644
--- a/Debian/Debhelper/Dh_Lib.pm
+++ b/Debian/Debhelper/Dh_Lib.pm
@@ -618,7 +618,7 @@ sub filedoublearray {
 	my $file=shift;
 	my $globdir=shift;
 
-	# executable confi files are a v9 thing.
+	# executable config files are a v9 thing.
 	my $x=! compat(8) && -x $file;
 	if ($x) {
 		require Cwd;
-- 
2.39.5