summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-08-01 12:58:17 +0200
committerJulien Nabet <serval2412@yahoo.fr>2021-08-01 14:21:35 +0200
commit6bb3a9dde89a11553cc7d9dde13e1390b591a7d5 (patch)
treef16e2e304d184f8e5a5efab976e2b8b008c2f55f /tools
parente5982d9148d84874237470102e804c52432aa502 (diff)
Fix typos
Change-Id: Ib48f6c8e0424e6843d2b3a7b3558d1d8714a80ce Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119792 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'tools')
-rw-r--r--tools/qa/cppunit/test_rectangle.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qa/cppunit/test_rectangle.cxx b/tools/qa/cppunit/test_rectangle.cxx
index 4e12b1d5933a..b0bbf6ae1469 100644
--- a/tools/qa/cppunit/test_rectangle.cxx
+++ b/tools/qa/cppunit/test_rectangle.cxx
@@ -48,7 +48,7 @@ void Test::test_rectangle()
CPPUNIT_ASSERT_EQUAL(tools::Long(1), aRect.GetHeight());
// Annoyingly getWidth and getHeight returns the wrong size
- // that was explicitly inputed.
+ // that was explicitly input.
CPPUNIT_ASSERT_EQUAL(tools::Long(0), aRect.getWidth());
CPPUNIT_ASSERT_EQUAL(tools::Long(0), aRect.getHeight());