README.help.md |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

New commits:
commit c3ac0f80b7571190c14fb7f6a9887fe370c28e4a
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Jul 30 21:42:51 2022 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat Jul 30 23:26:39 2022 +0200

    Fix typo
    
    Change-Id: I8ebd08019541a22acfe763330c2579b9b5c4c7bf
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137638
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/README.help.md b/README.help.md
index 3c923bd7ef89..542cabf61dd8 100644
--- a/README.help.md
+++ b/README.help.md
@@ -2,11 +2,11 @@
 
 LibreOffice can build three kinds of help output from helpcontent2:
 
-* XML (local, bundeled with LibreOffice < 6.0)
-* HTML (local, bundeled with LibreOffice >= 6.0)
+* XML (local, bundled with LibreOffice < 6.0)
+* HTML (local, bundled with LibreOffice >= 6.0)
 * HTML (online)
 
-Both local help variants can be included in help-packs, which might be bundeled
+Both local help variants can be included in help-packs, which might be bundled
 with the installer or provided as separate packages. They are supposed to be
 installed by a user to provide localized help. Both HTML-based help types are
 displayed in a browser, while the XML help uses an internal viewer component.
@@ -22,9 +22,9 @@ The XML help is the only one supported in extensions.
 
 Also see `configure --help`.
 
-## XML help, bundeled
+## XML help, bundled
 
-This type was bundeled per-default until LibreOffice 6.0.
+This type was bundled per-default until LibreOffice 6.0.
 
 This help output is generated by using two tools: HelpIndexer and HelpLinker.
 It uses an internal viewer component. Extensions still use this help type to
@@ -40,17 +40,17 @@ Most code is "marked" by HAVE_FEATURE_XMLHELP precompiler 
blocks or conditioned
 by the XMLHELP flag in the $BUILD_TYPE variable.
 
 Interestingly the HelpIndexer and HelpLinker are used by gbuild to build the
-help inside bundeled extensions, but both are not part of the LibreOffice SDK.
+help inside bundled extensions, but both are not part of the LibreOffice SDK.
 
-## HTML help, bundeled
+## HTML help, bundled
 
-This type is bundeled per-default since LibreOffice 6.0 and displayed in a
+This type is bundled per-default since LibreOffice 6.0 and displayed in a
 browser.
 
 ## HTML help, online
 
 This help is the external one, currently provided by help.libreoffice.org. It
-differs from the bundeled HTML help in three main aspects:
+differs from the bundled HTML help in three main aspects:
 
 * has a language chooser widget
 * provides an additional Xapian Omega, CGI- / server-based search index

Reply via email to