diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-06-28 11:21:00 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-06-28 21:44:39 +0200 |
commit | 985ac59356a62ff30518355235c66e0e3126fbb6 (patch) | |
tree | d60e41e698a2c56a44b5af542099cf1c630fe046 /swext | |
parent | ff8ec4cfe5df1e15c3e9f6adc843dfe31358e097 (diff) |
Fix typo
Change-Id: I4c55e4a263a01fd4fa1d84feb49ac97bed793a59
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153710
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'swext')
-rw-r--r-- | swext/mediawiki/src/registry/schema/org/openoffice/Office/Custom/WikiExtension.xcs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swext/mediawiki/src/registry/schema/org/openoffice/Office/Custom/WikiExtension.xcs b/swext/mediawiki/src/registry/schema/org/openoffice/Office/Custom/WikiExtension.xcs index c0147ae7b753..d41478c57c6b 100644 --- a/swext/mediawiki/src/registry/schema/org/openoffice/Office/Custom/WikiExtension.xcs +++ b/swext/mediawiki/src/registry/schema/org/openoffice/Office/Custom/WikiExtension.xcs @@ -90,7 +90,7 @@ <info><desc>The general error shown in case the document could not be sent to the wiki server.</desc></info> </prop> <prop oor:name="NoWikiFilter" oor:type="xs:string" oor:localized="true"> - <info><desc>The error is shown in case wiki filter is not evailable.</desc></info> + <info><desc>The error is shown in case wiki filter is not available.</desc></info> </prop> <prop oor:name="NoConnectionToURL" oor:type="xs:string" oor:localized="true"> <info><desc>The error is shown in case no wiki system was found on specified URL.</desc></info> |