From 41270c42aca84fef96fd4b8dadf96fb67e4201ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s?= Date: Mon, 21 Aug 2023 13:38:27 -0300 Subject: fix typo --- src/clipboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clipboard.c b/src/clipboard.c index e08c74d..35d5159 100644 --- a/src/clipboard.c +++ b/src/clipboard.c @@ -227,7 +227,7 @@ int save_plain(FILE * fout, int r0, int c0, int rn, int cn) { // then that is the width used. // If it doesn't // then we use the largest data width found in the column and add 1. - if (!conf_clipboard_delimted_tab) { + if (!conf_clipboard_delimited_tab) { for (col = c0; col <= cn; ++col) { out_widths[col-c0] = roman->cur_sh->fwidth[col]; if (!conf_clipboard_wysiwyg) { -- cgit v1.2.3