mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +00:00
Fix typo
This commit is contained in:
parent
887474d607
commit
a0edee51fa
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
/** \file screen.c High level library for handling the terminal screen
|
/** \file screen.c High level library for handling the terminal screen
|
||||||
|
|
||||||
The screen library allows the interactive reader to write its
|
The screen library allows the interactive reader to write its
|
||||||
output to screen efficiently by keeping an inetrnal representation
|
output to screen efficiently by keeping an internal representation
|
||||||
of the current screen contents and trying to find the most
|
of the current screen contents and trying to find the most
|
||||||
efficient way for transforming that to the desired screen content.
|
efficient way for transforming that to the desired screen content.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue