Skip to content

Commit f85b1ba

Browse files
bugthesystembuger
authored andcommitted
fix typo
1 parent cd42d22 commit f85b1ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

terminal.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const RESET = "\033[0m"
2727
// Reset to default color
2828
const RESET_COLOR = "\033[32m"
2929

30-
// Return curor to start of line and clean it
30+
// Return cursor to start of line and clean it
3131
const RESET_LINE = "\r\033[K"
3232

3333
// List of possible colors
@@ -68,10 +68,10 @@ type winsize struct {
6868
}
6969

7070
// Global screen buffer
71-
// Its not recommented write to buffer dirrectly, use package Print,Printf,Println fucntions instead.
71+
// Its not recommended write to buffer dirrectly, use package Print,Printf,Println fucntions instead.
7272
var Screen *bytes.Buffer = new(bytes.Buffer)
7373

74-
// Get relative or absolute coorditantes
74+
// Get relative or absolute coordinates
7575
// To get relative, set PCT flag to number:
7676
//
7777
// // Get 10% of total width to `x` and 20 to y

0 commit comments

Comments
 (0)