Skip to content

Commit 0611a7f

Browse files
committed
fix a typo
1 parent a86a3eb commit 0611a7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,7 @@ inline void yascreen_line_flush(yascreen *s,int on);
834834

835835
enable/disable auto flush for line and direct screen oriented operations
836836

837-
yascreen versions before 1.77 didn't use buffered ouput and would immediately send the output to the screen
837+
yascreen versions before 1.77 didn't use buffered output and would immediately send the output to the screen
838838

839839
disabling internal flush can help an application optimize the number of `write` calls at the cost of performing explicit flush after each group of operations
840840

0 commit comments

Comments
 (0)