summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrés <andmarti@gmail.com>2023-08-21 13:38:27 -0300
committerAndrés <andmarti@gmail.com>2023-08-21 13:38:27 -0300
commit41270c42aca84fef96fd4b8dadf96fb67e4201ff (patch)
tree0b8992064db699fb4588496bb5e6561f1190c148
parent09e65484181ea45dabf88fdad50cab9a5be5331d (diff)
fix typo
-rw-r--r--src/clipboard.c2
1 files changed, 1 insertions, 1 deletions
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) {