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 */ };