From: Arvin Schnell Date: Thu, 11 Oct 2018 10:34:03 +0000 (+0200) Subject: - fixed typo X-Git-Tag: v0.7.1~7^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=70058f6323e7a034eacaad1a16963362fbb34e91;p=thirdparty%2Fsnapper.git - fixed typo --- 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)