From 5f701e9b37a3a8adc6e4964bc7fac0f34dfc9db1 Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Wed, 9 May 2018 10:37:28 -0400 Subject: Misc. typos Found via `codespell` and `grep` --- src/display/drawing-text.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/display') diff --git a/src/display/drawing-text.cpp b/src/display/drawing-text.cpp index 3f6b5b34a..aa2a744c8 100644 --- a/src/display/drawing-text.cpp +++ b/src/display/drawing-text.cpp @@ -301,7 +301,7 @@ void DrawingText::decorateStyle(DrawingContext &dc, double vextent, double xphas /* The next three have a problem in that they are phase dependent. The bits of a line are not necessarily passing through this routine in order, so we have to use the xphase information to figure where in each of their cycles to start. Only accurate to 1 part in 16. - Huge possitive offset should keep the phase calculation from ever being negative. + Huge positive offset should keep the phase calculation from ever being negative. */ else if(_nrstyle.text_decoration_style & TEXT_DECORATION_STYLE_DOTTED){ // FIXME: Per spec, this should produce round dots. -- cgit v1.2.3