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

New commits:
commit 21c0deb19890703a9eaf24403e60c4c7546a0bfe
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Jun 30 12:26:37 2020 +0200
Commit:     Andrea Gelmini <andrea.gelm...@gelma.net>
CommitDate: Tue Jun 30 16:46:30 2020 +0200

    Fix typo
    
    Change-Id: I9562d74b5b75d6ad6f98e413410d527c7e8d502e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97510
    Tested-by: Jenkins
    Reviewed-by: Andrea Gelmini <andrea.gelm...@gelma.net>

diff --git a/include/vcl/BitmapPalette.hxx b/include/vcl/BitmapPalette.hxx
index 9a2d08d4dccb..34a0eabc5fb6 100644
--- a/include/vcl/BitmapPalette.hxx
+++ b/include/vcl/BitmapPalette.hxx
@@ -130,7 +130,7 @@ public:
 
     /// Returns true if the palette is 8-bit grey palette.
     bool IsGreyPalette8Bit() const;
-    /// Returns true if the paleete is a grey palette (may not be 8-bit).
+    /// Returns true if the palette is a grey palette (may not be 8-bit).
     bool IsGreyPaletteAny() const;
 };
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to