diff --git a/console.go b/console.go index 810a71f..8b76c23 100644 --- a/console.go +++ b/console.go @@ -45,7 +45,7 @@ type Console interface { SetRaw() error // DisableEcho disables echo on the console DisableEcho() error - // Reset restores the console to its orignal state + // Reset restores the console to its original state Reset() error // Size returns the window size of the console Size() (WinSize, error)