mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-13 01:47:51 +08:00
edit: fix typo
This commit is contained in:
parent
ae110506d2
commit
fe35dbb277
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user