From 67096fae73ff9d0d0071a8dae8144526ee0803c6 Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Sat, 28 Aug 2010 15:06:06 +0000 Subject: Fix typo git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27916 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/lib/simple_viewer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/lib/simple_viewer.c') diff --git a/apps/plugins/lib/simple_viewer.c b/apps/plugins/lib/simple_viewer.c index 09144b645b..16cbcb35de 100644 --- a/apps/plugins/lib/simple_viewer.c +++ b/apps/plugins/lib/simple_viewer.c @@ -35,7 +35,7 @@ struct view_info { const char *text; /* displayed text */ int display_lines; /* number of lines can be displayed */ int line_count; /* number of lines */ - int line; /* current fisrt line */ + int line; /* current first line */ int start; /* possition of first line in text */ }; -- cgit v1.2.3