Misc. typo fixes

Various workbenches
This commit is contained in:
Unknown
2017-12-23 07:59:21 -05:00
committed by wmayer
parent 3df389f5f2
commit a8ecffb652
98 changed files with 169 additions and 169 deletions

View File

@@ -463,7 +463,7 @@ void OrthoViews::calc_scale() // compute scale req
void OrthoViews::calc_offsets() // calcs SVG coords for centre of upper left view
{
// space_x is the emptry clear white space between views
// space_x is the empty clear white space between views
// gap_x is the centre - centre distance between views
float space_x = (page_dims[2] - scale * layout_width) / num_gaps_x;