[Lunar-commits] <moonbase> qemu: Fixing a typo for El_Angelo

Terry Chan tchan at lunar-linux.org
Wed Mar 11 17:57:59 CET 2009


commit 1cc0492d696c1a4fe1a7892b3cdd844edeaf7011
Author: Terry Chan <tchan at lunar-linux.org>
Date:   Wed Mar 11 11:57:59 2009 -0500

    qemu: Fixing a typo for El_Angelo
---
 devel/qemu/CONFIGURE |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/devel/qemu/CONFIGURE b/devel/qemu/CONFIGURE
index e419665..6b5da0f 100644
--- a/devel/qemu/CONFIGURE
+++ b/devel/qemu/CONFIGURE
@@ -26,7 +26,7 @@ if ! grep -q CONFIGURED $MODULE_CONFIG; then
     message "Selecting targets is optional"
   fi
 
-  if query "Would you like to select arch targets (if not selected, all targets will be instaled") y ; then
+  if query "Would you like to select arch targets? If not selected, all targets will be installed." y ; then
     TARGETLIST=`select_targets`
     TEMP=`grep -v "TARGETLIST="             $MODULE_CONFIG`
     echo "$TEMP"                             > $MODULE_CONFIG


More information about the Lunar-commits mailing list