X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=src%2Fviewer.c;h=528f4d4c3b740ab9080409d1a8b3eb7ad432c707;hb=4f50d67b15ad1af1c9d14f5daec25c3fa14750f5;hp=76dc18c219e3eea1bd2cc28ab84ba78c282f7d52;hpb=27d774d19aaaea8e6246cda0235360c04ee88688;p=smdp.git diff --git a/src/viewer.c b/src/viewer.c index 76dc18c..528f4d4 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); }