]> gitweb.factorcode.org Git - factor.git/commitdiff
terminal: fix typo in terminal-height name
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 23 Aug 2023 03:52:23 +0000 (20:52 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 23 Aug 2023 03:52:23 +0000 (20:52 -0700)
extra/terminal/terminal.factor

index ba69c1dbc5d43abf1a0bca8bc5bee816e5d15974..968351f864031f236bf8a6e7d6da7fc26f620508 100644 (file)
@@ -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 ;