Skip to content

Commit

Permalink
Fix typo (spotted by lintian)
Browse files Browse the repository at this point in the history
  • Loading branch information
warp10 committed Sep 13, 2014
1 parent a0c66e4 commit a2c22fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qmenu.c
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ int main (int argc, char **argv)
errorlvl = loadmenu (imenu[ipmenu]);
break;
case 8:
win (" INFORMATIONS ", 2, 2, 18, 78);
win (" INFORMATION ", 2, 2, 18, 78);
move (4, 3);
printw (" %s ", VERSION);
move (6, 3);
Expand Down

0 comments on commit a2c22fb

Please sign in to comment.