]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- fixed typo 435/head
authorArvin Schnell <aschnell@suse.de>
Thu, 11 Oct 2018 10:34:03 +0000 (12:34 +0200)
committerArvin Schnell <aschnell@suse.de>
Thu, 11 Oct 2018 10:45:32 +0000 (12:45 +0200)
client/utils/Table.cc

index 3c8f8ad9a3d16545ef028943e61acd25bf28c6d0..371f8e2480a41a1702002e9912eb232461019080 100644 (file)
@@ -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)