Fix typo
[ghc-hetmet.git] / docs / users_guide / ghci.xml
index 1736757..de06cb4 100644 (file)
@@ -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>