From 545d512641434dcc49b8237957f941e60305a37b Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 11 Feb 2008 21:04:24 +0100 Subject: [PATCH] Fixed a typo. --- lib/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/configure b/lib/configure index bc87397..468a29f 100755 --- a/lib/configure +++ b/lib/configure @@ -64,7 +64,7 @@ case $sys in echo >>$c "#define PCI_HAVE_PM_INTEL_CONF" ;; *) - echo " The PCI library is does not support Solaris for this architecture: $cpu" + echo " The PCI library does not support Solaris for this architecture: $cpu" exit 1 ;; esac -- 2.39.5