From 75ecad2b30c8d564444355f0aaaf1ec093ed16cc Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 20 Jul 2018 10:35:51 +0200 Subject: Fix typos Change-Id: I1450de6d00f52bbe1f4fdebb375f505243e1eba9 Reviewed-on: https://gerrit.libreoffice.org/57769 Tested-by: Jenkins Reviewed-by: Julien Nabet --- basegfx/source/polygon/b2dtrapezoid.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basegfx') diff --git a/basegfx/source/polygon/b2dtrapezoid.cxx b/basegfx/source/polygon/b2dtrapezoid.cxx index 0916099a8c4c..9a8bcf48aee2 100644 --- a/basegfx/source/polygon/b2dtrapezoid.cxx +++ b/basegfx/source/polygon/b2dtrapezoid.cxx @@ -961,7 +961,7 @@ namespace basegfx { if(fTools::lessOrEqual(fLineWidth, 0.0)) { - // no line witdh + // no line width return; } -- cgit