From 46cfd950c79abf1a602017911730c640d6f6e7c0 Mon Sep 17 00:00:00 2001 From: Qingping Hou Date: Tue, 13 Mar 2012 17:07:55 +0800 Subject: [PATCH] fix: typo --- unireader.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unireader.lua b/unireader.lua index 1cb4ea516..192d81727 100644 --- a/unireader.lua +++ b/unireader.lua @@ -219,7 +219,7 @@ function UniReader:draworcache(no, preCache) -- so render now. -- start off with the requested area local tile = { x = offset_x_in_page, y = offset_y_in_page, - w = width, h = heigth } + w = width, h = height } -- can we cache the full page? local max_cache = self.cache_max_memsize if preCache then