From a0edee51faabb95b5a3cede66c96b971bdf1e770 Mon Sep 17 00:00:00 2001 From: Cheer Xiao Date: Mon, 21 Jan 2013 00:29:18 +0800 Subject: [PATCH] Fix typo --- screen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screen.cpp b/screen.cpp index 77d9b7951..26cd975bb 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. */