diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-12-18 20:50:46 +0100 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2024-12-19 12:22:22 +0100 |
commit | 601dd0e89b4bedc4a7ff3db2cabfeaae4d2b30d2 (patch) | |
tree | 74652f8e2a00b49e64c09eb380a464ccbef1ac59 | |
parent | 068bbb0163268319e2efb27df2c6942444e50806 (diff) |
Fix typo
Change-Id: I97349f5ede05de8b2dd605e1bf88c6429d1ae999
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178743
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Reviewed-by: Sahil Gautam <sahil.gautam.extern@allotropia.de>
(cherry picked from commit 83b8206c69d9b89c269b90eb7c0dcd95e75daa6d)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178791
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/UI.xcs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/UI.xcs b/officecfg/registry/schema/org/openoffice/Office/UI.xcs index 8c3ae946f1b0..550131144f58 100644 --- a/officecfg/registry/schema/org/openoffice/Office/UI.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/UI.xcs @@ -902,7 +902,7 @@ </info> <prop oor:name="Light" oor:type="xs:int"> <info> - <desc>Specifies light color for the comments in BAISC source code.</desc> + <desc>Specifies light color for the comments in BASIC source code.</desc> </info> </prop> <prop oor:name="Dark" oor:type="xs:int"> |