aboutsummaryrefslogtreecommitdiffhomepage
path: root/screen.cpp
diff options
context:
space:
mode:
authorGravatar Cheer Xiao <xiaqqaix@gmail.com>2013-01-21 00:29:18 +0800
committerGravatar Cheer Xiao <xiaqqaix@gmail.com>2013-01-21 00:29:23 +0800
commita0edee51faabb95b5a3cede66c96b971bdf1e770 (patch)
tree59b8db007b8a1c80e72457f465eab1aa8fab9585 /screen.cpp
parent887474d607580b05c72b7e44897eb8355d6f5a5e (diff)
Fix typo
Diffstat (limited to 'screen.cpp')
-rw-r--r--screen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/screen.cpp b/screen.cpp
index 77d9b795..26cd975b 100644
--- a/screen.cpp
+++ b/screen.cpp
@@ -1,7 +1,7 @@
/** \file screen.c 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 the most
efficient way for transforming that to the desired screen content.
*/