X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=src%2Fviewer.c;h=e3d2651c8fcf190facc728f06a1849706e1c745d;hb=618df4fd72bc78c3012a0987ab9e7183a404b20c;hp=6b551de0e51449735b86386e7fe7c35dfaef414b;hpb=57d199e001fa71fc1d0e2aa4e7daae975254392c;p=smdp.git diff --git a/src/viewer.c b/src/viewer.c index 6b551de..e3d2651 100644 --- a/src/viewer.c +++ b/src/viewer.c @@ -114,7 +114,7 @@ int ncurses_display(deck_t *deck, int notrans, int nofade, int invert) { if(max_lines + bar_top + bar_bottom + 2 > LINES) fprintf(stderr, "You may need to add additional horizontal rules ('***') to split your file in shorter slides.\n"); if(max_cols > COLS) - fprintf(stderr, "Automatic line wrapping is not supported jet. You may need to shorten some lines by inserting line breaks.\n"); + fprintf(stderr, "Automatic line wrapping is not supported yet. You may need to shorten some lines by inserting line breaks.\n"); return(1); }