Skip to content

Commit 26c60b8

Browse files
docs: fix typo in the comment of Console.Reset
Signed-off-by: Hsing-Yu (David) Chen <[email protected]>
1 parent 1ae8d48 commit 26c60b8

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
@@ -45,7 +45,7 @@ type Console interface {
4545
SetRaw() error
4646
// DisableEcho disables echo on the console
4747
DisableEcho() error
48-
// Reset restores the console to its orignal state
48+
// Reset restores the console to its original state
4949
Reset() error
5050
// Size returns the window size of the console
5151
Size() (WinSize, error)

0 commit comments

Comments
 (0)