From: Ian Lynagh Date: Tue, 22 Aug 2006 16:33:00 +0000 (+0000) Subject: Fix typo X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=2fed3e94049de8f31da7e0586e719d7f29398428 Fix typo --- diff --git a/docs/users_guide/ghci.xml b/docs/users_guide/ghci.xml index 1736757..de06cb4 100644 --- a/docs/users_guide/ghci.xml +++ b/docs/users_guide/ghci.xml @@ -65,7 +65,7 @@ Prelude> :show bindings show the current bindings made at the prompt :ctags [<file>] create tags file for Vi (default: "tags") - :etags [<file>] create tags file for Emacs (defauilt: "TAGS") + :etags [<file>] create tags file for Emacs (default: "TAGS") :type <expr> show the type of <expr> :kind <type> show the kind of <type> :undef <cmd> undefine user-defined command :<cmd>