From 591c4e1d694b163367e74bbd2d21415773f420d6 Mon Sep 17 00:00:00 2001 From: dons Date: Sun, 1 Feb 2004 23:43:02 +0000 Subject: [PATCH] [project @ 2004-02-01 23:43:02 by dons] typo in comment only: 'Browing' -> 'Browsing' --- ghc/compiler/ghci/InteractiveUI.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = -- 1.7.10.4