[Libreoffice-commits] core.git: include/vcl

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sun Jul 5 23:41:20 UTC 2020


 include/vcl/BitmapFilter.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9af38b4504ccda57a0c32eb8bdd03e5a8ca29ddc
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Jul 6 00:07:29 2020 +0200
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
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 <fitojb at ubuntu.com>

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


More information about the Libreoffice-commits mailing list