summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/lib/simple_viewer.c2
1 files changed, 1 insertions, 1 deletions
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 {
35 const char *text; /* displayed text */ 35 const char *text; /* displayed text */
36 int display_lines; /* number of lines can be displayed */ 36 int display_lines; /* number of lines can be displayed */
37 int line_count; /* number of lines */ 37 int line_count; /* number of lines */
38 int line; /* current fisrt line */ 38 int line; /* current first line */
39 int start; /* possition of first line in text */ 39 int start; /* possition of first line in text */
40}; 40};
41 41