[commit: ghc] master: Typo fix; Trac #9787 (7ae596a)
git at git.haskell.org
git at git.haskell.org
Mon Nov 10 21:15:25 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/7ae596af381278dc43b7312d48a18b7cce6e4ab9/ghc
>---------------------------------------------------------------
commit 7ae596af381278dc43b7312d48a18b7cce6e4ab9
Author: Austin Seipp <austin at well-typed.com>
Date: Mon Nov 10 15:13:26 2014 -0600
Typo fix; Trac #9787
Also, reword :print description.
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
7ae596af381278dc43b7312d48a18b7cce6e4ab9
ghc/InteractiveUI.hs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ghc/InteractiveUI.hs b/ghc/InteractiveUI.hs
index e6d1529..1d45048 100644
--- a/ghc/InteractiveUI.hs
+++ b/ghc/InteractiveUI.hs
@@ -275,8 +275,8 @@ defFullHelpText =
" :list show the source code around current breakpoint\n" ++
" :list <identifier> show the source code for <identifier>\n" ++
" :list [<module>] <line> show the source code around line number <line>\n" ++
- " :print [<name> ...] prints a value without forcing its computation\n" ++
- " :sprint [<name> ...] simplifed version of :print\n" ++
+ " :print [<name> ...] show a value without forcing its computation\n" ++
+ " :sprint [<name> ...] simplified version of :print\n" ++
" :step single-step after stopping at a breakpoint\n"++
" :step <expr> single-step into <expr>\n"++
" :steplocal single-step within the current top-level binding\n"++
More information about the ghc-commits
mailing list