From dc35df15c5d125ff0caf82e9e7c99695d7cd7dfc Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 11 Jan 2022 21:05:52 +0100 Subject: Fix typos Change-Id: Ib132f2582fce1fb62755926d3f55987ea474ec74 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128297 Tested-by: Julien Nabet Reviewed-by: Julien Nabet --- sd/source/ui/inc/tools/GraphicSizeCheck.hxx | 2 +- sd/source/ui/tools/GraphicSizeCheck.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sd') diff --git a/sd/source/ui/inc/tools/GraphicSizeCheck.hxx b/sd/source/ui/inc/tools/GraphicSizeCheck.hxx index 1b0c4ff39559..ea0faf0178d0 100644 --- a/sd/source/ui/inc/tools/GraphicSizeCheck.hxx +++ b/sd/source/ui/inc/tools/GraphicSizeCheck.hxx @@ -18,7 +18,7 @@ namespace sd { /** - * Class resposible to check if a graphic object violates the size + * Class responsible to check if a graphic object violates the size * constraints and store the results. */ class GraphicSizeViolation final diff --git a/sd/source/ui/tools/GraphicSizeCheck.cxx b/sd/source/ui/tools/GraphicSizeCheck.cxx index 14a5b02d4484..ae15769e80c0 100644 --- a/sd/source/ui/tools/GraphicSizeCheck.cxx +++ b/sd/source/ui/tools/GraphicSizeCheck.cxx @@ -25,7 +25,7 @@ namespace sd namespace { /** - * Intefece for the visitor class, which handles each visited SdrObject + * Interface for the visitor class, which handles each visited SdrObject * in the DOM. */ class ModelTraverseHandler -- cgit