Skip to content

Commit 4df55bb

Browse files
authored
Merge pull request #73 from davidhsingyuchen/fix-typo
docs: fix typo in the comment of Console.Reset
2 parents 66136ad + 26c60b8 commit 4df55bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

console.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ type Console interface {
4848
SetRaw() error
4949
// DisableEcho disables echo on the console
5050
DisableEcho() error
51-
// Reset restores the console to its orignal state
51+
// Reset restores the console to its original state
5252
Reset() error
5353
// Size returns the window size of the console
5454
Size() (WinSize, error)

0 commit comments

Comments
 (0)