Fix typo

Change-Id: I9562d74b5b75d6ad6f98e413410d527c7e8d502e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97510
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
diff --git a/include/vcl/BitmapPalette.hxx b/include/vcl/BitmapPalette.hxx
index 9a2d08d..34a0eab 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;
};