[project @ 2004-02-01 23:43:02 by dons]
authordons <unknown>
Sun, 1 Feb 2004 23:43:02 +0000 (23:43 +0000)
committerdons <unknown>
Sun, 1 Feb 2004 23:43:02 +0000 (23:43 +0000)
typo in comment only: 'Browing' -> 'Browsing'

ghc/compiler/ghci/InteractiveUI.hs

index a1ec764..5d59c95 100644 (file)
@@ -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 =