aboutsummaryrefslogtreecommitdiffhomepage
path: root/screen.h
diff options
context:
space:
mode:
authorGravatar Cheer Xiao <xiaqqaix@gmail.com>2013-01-24 19:19:49 +0800
committerGravatar Cheer Xiao <xiaqqaix@gmail.com>2013-01-24 19:20:09 +0800
commit268d64d244cf6c1202c57e91d801ad772449f639 (patch)
tree9f91bed11948f28405c68a22d0f3cff5a3948d8d /screen.h
parent8f045b9ec580b95cf133c9d720b5f65c2499f924 (diff)
Fix spelling: s/inetrnal/internal/g
Diffstat (limited to 'screen.h')
-rw-r--r--screen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/screen.h b/screen.h
index a5fad9c8..6dd8d5ac 100644
--- a/screen.h
+++ b/screen.h
@@ -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.