From: dons Date: Sun, 1 Feb 2004 23:43:02 +0000 (+0000) Subject: [project @ 2004-02-01 23:43:02 by dons] X-Git-Tag: Approx_11550_changesets_converted~110 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=591c4e1d694b163367e74bbd2d21415773f420d6;p=ghc-hetmet.git [project @ 2004-02-01 23:43:02 by dons] typo in comment only: 'Browing' -> 'Browsing' --- diff --git a/ghc/compiler/ghci/InteractiveUI.hs b/ghc/compiler/ghci/InteractiveUI.hs index a1ec764..5d59c95 100644 --- a/ghc/compiler/ghci/InteractiveUI.hs +++ b/ghc/compiler/ghci/InteractiveUI.hs @@ -1,6 +1,6 @@ {-# OPTIONS -#include "Linker.h" #-} ----------------------------------------------------------------------------- --- $Id: InteractiveUI.hs,v 1.162 2003/12/10 14:15:21 simonmar Exp $ +-- $Id: InteractiveUI.hs,v 1.163 2004/02/01 23:43:02 dons Exp $ -- -- GHC Interactive User Interface -- @@ -675,7 +675,7 @@ shellEscape :: String -> GHCi Bool shellEscape str = io (system str >> return False) ----------------------------------------------------------------------------- --- Browing a module's contents +-- Browsing a module's contents browseCmd :: String -> GHCi () browseCmd m =