Skip to content

Commit

Permalink
terminal: fix typo in terminal-height name
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed Aug 23, 2023
1 parent 37ae467 commit 7b45017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/terminal/terminal.factor
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ HOOK: (terminal-size) os ( -- columns lines )

: terminal-width ( -- width ) terminal-size first ;

: terimal-height ( -- height ) terminal-size second ;
: terminal-height ( -- height ) terminal-size second ;

0 comments on commit 7b45017

Please sign in to comment.