edit: fix typo

This commit is contained in:
Hexchain Tong 2016-01-29 23:34:21 +08:00
parent ae110506d2
commit fe35dbb277

View File

@ -310,7 +310,7 @@ func setupTerminal(file *os.File) (*sys.Termios, error) {
return savedTermios, nil
}
// startsReadLine prepares the terminal for the editor.
// startReadLine prepares the terminal for the editor.
func (ed *Editor) startReadLine() error {
savedTermios, err := setupTerminal(ed.file)
if err != nil {