From 70058f6323e7a034eacaad1a16963362fbb34e91 Mon Sep 17 00:00:00 2001 From: Arvin Schnell Date: Thu, 11 Oct 2018 12:34:03 +0200 Subject: [PATCH] - fixed typo --- client/utils/Table.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/utils/Table.cc b/client/utils/Table.cc index 3c8f8ad9..371f8e24 100644 --- a/client/utils/Table.cc +++ b/client/utils/Table.cc @@ -157,7 +157,7 @@ void Table::allowAbbrev(unsigned column) { } void Table::updateColWidths (const TableRow& tr) { - // how much columns spearators add to the width of the table + // how much columns the separators add to the width of the table int sepwidth = _style == none ? 2 : 3; // initialize the width to -sepwidth (the first column does not have a line // on the left) -- 2.47.3