basegfx/source/tools/gradienttools.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit a2d61d9ff7cb7e0e0a0cb97d606a3b43a518704e Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Feb 22 14:39:52 2023 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Wed Feb 22 13:56:10 2023 +0000 Fix typo Change-Id: I9bfdabcb7ba99c9e64dfc36aadfea8f6de02058b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147471 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> diff --git a/basegfx/source/tools/gradienttools.cxx b/basegfx/source/tools/gradienttools.cxx index 43cca3f1c7ea..605ed4bf8834 100644 --- a/basegfx/source/tools/gradienttools.cxx +++ b/basegfx/source/tools/gradienttools.cxx @@ -281,7 +281,7 @@ namespace basegfx return rColorSteps.back().getColor(); // special case for the 'classic' case with just two colors: - // we can optimize that and keep the speed/ressources low + // we can optimize that and keep the speed/resources low // by avoiding some calculatins and an O(log(N)) array access if (2 == rColorSteps.size()) {
