From: Martin Mares Date: Mon, 11 Feb 2008 20:04:24 +0000 (+0100) Subject: Fixed a typo. X-Git-Tag: v3.0.0~1^2~57^2~1 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=545d512641434dcc49b8237957f941e60305a37b;p=pciutils.git Fixed a typo. --- 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