include/vcl/BitmapFilter.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 9af38b4504ccda57a0c32eb8bdd03e5a8ca29ddc Author: Andrea Gelmini <[email protected]> AuthorDate: Mon Jul 6 00:07:29 2020 +0200 Commit: Adolfo Jayme Barrientos <[email protected]> CommitDate: Mon Jul 6 01:40:39 2020 +0200 Fix typo Change-Id: I82699bebb9b8ccee41cce3aabb092913df33b85d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98178 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <[email protected]> diff --git a/include/vcl/BitmapFilter.hxx b/include/vcl/BitmapFilter.hxx index 0521ded42357..899d98047a03 100644 --- a/include/vcl/BitmapFilter.hxx +++ b/include/vcl/BitmapFilter.hxx @@ -20,7 +20,7 @@ namespace vcl::bitmap { // Generates strip ranges and run the input function with the start and // end as parameters. The additional parameter bLast denotes if the -// iteration is teh last one. +// iteration is the last one. // // Example: // first = 0, last = 100, STRIP_SIZE = 32 _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
