From 268d64d244cf6c1202c57e91d801ad772449f639 Mon Sep 17 00:00:00 2001 From: Cheer Xiao Date: Thu, 24 Jan 2013 19:19:49 +0800 Subject: [PATCH] Fix spelling: s/inetrnal/internal/g --- screen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screen.h b/screen.h index a5fad9c82..6dd8d5ac1 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.