officecfg/registry/schema/org/openoffice/Office/UI.xcs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 83b8206c69d9b89c269b90eb7c0dcd95e75daa6d Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Dec 18 20:50:46 2024 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Thu Dec 19 11:23:36 2024 +0100 Fix typo Change-Id: I97349f5ede05de8b2dd605e1bf88c6429d1ae999 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178743 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Jenkins Reviewed-by: Sahil Gautam <[email protected]> diff --git a/officecfg/registry/schema/org/openoffice/Office/UI.xcs b/officecfg/registry/schema/org/openoffice/Office/UI.xcs index 543787e3dd2e..471fd37f191b 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">
