summaryrefslogtreecommitdiff
path: root/include/vcl/BitmapPalette.hxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-06-30 12:26:37 +0200
committerAndrea Gelmini <andrea.gelmini@gelma.net>2020-06-30 16:46:30 +0200
commit21c0deb19890703a9eaf24403e60c4c7546a0bfe (patch)
treefb5bff100483e37036b103b6b691605ad0ee5414 /include/vcl/BitmapPalette.hxx
parentdead5cae834e78cacee2275c2d1ca60dac51dd7c (diff)
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>
Diffstat (limited to 'include/vcl/BitmapPalette.hxx')
-rw-r--r--include/vcl/BitmapPalette.hxx2
1 files changed, 1 insertions, 1 deletions
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;
};