Fix spelling: s/inetrnal/internal/g

This commit is contained in:
Cheer Xiao 2013-01-24 19:19:49 +08:00
parent 8f045b9ec5
commit 268d64d244

View file

@ -1,7 +1,7 @@
/** \file screen.h High level library for handling the terminal screen
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 a reasonably
efficient way for transforming that to the desired screen content.