diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-11-22 09:27:06 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-11-22 10:52:27 +0100 |
commit | db9e6d0788aec2090385861f8e54e2b1855df87d (patch) | |
tree | d2fffb782d4c407297e36895c6a112a477f2fe87 /starmath | |
parent | 3b86ce77e1400ba2024a5c6661b68ede669416d5 (diff) |
Fix typo in code
Change-Id: I974cabe235a91080c4bbce95672d07041dec6d97
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106336
Reviewed-by: Dante DM <dante19031999@gmail.com>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/inc/strings.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/inc/strings.hxx b/starmath/inc/strings.hxx index 15b41ec03dab..22ed16a254d8 100644 --- a/starmath/inc/strings.hxx +++ b/starmath/inc/strings.hxx @@ -199,7 +199,7 @@ #define RID_COLORX_HEX "color hex 000000 {<?>} " #define RID_COLORX_CORAL "color coral {<?>} " #define RID_COLORX_CRIMSON "color crimson {<?>} " -#define RID_COLORX_MIDNIGHT "color mignightblue {<?>} " +#define RID_COLORX_MIDNIGHT "color midnightblue {<?>} " #define RID_COLORX_VIOLET "color violet {<?>} " #define RID_COLORX_ORANGE "color orange {<?>} " #define RID_COLORX_ORANGERED "color orangered {<?>} " |