This is an automated email from the ASF dual-hosted git repository.

wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openoffice-org.git


The following commit(s) were added to refs/heads/main by this push:
     new cb7ef6f5f8 misc: fix spelling (#89)
cb7ef6f5f8 is described below

commit cb7ef6f5f822fd88cdeb97b981d0be3be826face
Author: John Bampton <jbamp...@users.noreply.github.com>
AuthorDate: Tue Nov 21 02:53:15 2023 +1000

    misc: fix spelling (#89)
---
 build_local.sh           | 2 +-
 build_site.sh            | 2 +-
 build_staging.sh         | 2 +-
 templates/CMS_README.txt | 2 +-
 templates/FRAMEWORKS.txt | 2 +-
 templates/README.md      | 4 ++--
 6 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/build_local.sh b/build_local.sh
index 00da03a7a3..859a89c98c 100755
--- a/build_local.sh
+++ b/build_local.sh
@@ -7,7 +7,7 @@ rm -rf $WORKDIR
 mkdir -p $WORKDIR
 cp assets/.htaccess $WORKDIR
 
-# we twice bake because we have more files to precess than 16384
+# we twice bake because we have more files to process than 16384
 # bake part2 content first.
 cd part2
 ../bake.sh -b . $WORKDIR
diff --git a/build_site.sh b/build_site.sh
index 5b1d8db104..e58242597c 100755
--- a/build_site.sh
+++ b/build_site.sh
@@ -8,7 +8,7 @@ rm -rf $WORKDIR
 mkdir -p $WORKDIR
 cp assets/.htaccess $WORKDIR
 
-# we twice bake because we have more files to precess than 16384
+# we twice bake because we have more files to process than 16384
 # bake part2 content first.
 cd part2
 ../bake.sh -b . $WORKDIR
diff --git a/build_staging.sh b/build_staging.sh
index d6b03df363..530f782bb9 100755
--- a/build_staging.sh
+++ b/build_staging.sh
@@ -7,7 +7,7 @@ ME=`basename $0`
 rm -rf $WORKDIR
 mkdir -p $WORKDIR
 
-# we twice bake because we have more files to precess than 16384
+# we twice bake because we have more files to process than 16384
 # bake part2 content first.
 cd part2
 ../bake.sh -b . $WORKDIR
diff --git a/templates/CMS_README.txt b/templates/CMS_README.txt
index 25983daf18..80e63b2d2a 100644
--- a/templates/CMS_README.txt
+++ b/templates/CMS_README.txt
@@ -99,7 +99,7 @@ See lib/path.pm
   - extends skeleton.html
   - replaces block content with content extracted from html
 - single_narrative.html
-  - *.mdtext thats not already covered by above.
+  - *.mdtext that's not already covered by above.
   - extends skeleton.html
   
 - skeleton.html
diff --git a/templates/FRAMEWORKS.txt b/templates/FRAMEWORKS.txt
index a0d89da4e7..8a4ef931dd 100644
--- a/templates/FRAMEWORKS.txt
+++ b/templates/FRAMEWORKS.txt
@@ -12,7 +12,7 @@ Seems like a bad fit. Thumbs down.
 - Html and Htm will need to have a minimal piece of metadata inserted in order 
to call out the particular template.
   See https://jbake.org/docs/2.6.5/#content_files and 
https://jbake.org/docs/2.6.5/#custom_templates
 
-- Assets and Content is separated so that all of our as is files should be in 
a sepearate tree.
+- Assets and Content is separated so that all of our as is files should be in 
a separate tree.
 - We can obsolete directories without deleting the content via 
https://jbake.org/docs/2.6.5/#ignoring_files_and_directories
 
 This could be a good fit. Thumbs up.
diff --git a/templates/README.md b/templates/README.md
index 0ac02e0cb6..48f63cce7e 100644
--- a/templates/README.md
+++ b/templates/README.md
@@ -50,7 +50,7 @@ This describes the Simple Groovy templates (GSP) that are 
used to build the site
    - content.rightnav (optional)
    - `/footer.html`
 
-   The CSS file that is used for these pages is `/css/ooo.css`. If provided 
then `content.css` and `content.css2` are included afterwards allowing for 
classes to be overriden.
+   The CSS file that is used for these pages is `/css/ooo.css`. If provided 
then `content.css` and `content.css2` are included afterwards allowing for 
classes to be overridden.
    
 1. `brand.gsp`
    This template is used to generate the top / branding portion of each page, 
and is included with SSI.
@@ -154,7 +154,7 @@ divid=topnava
 
 1. `breadcrumbs.gsp`
    This template processes the content's uri to create breadcrumbs and a set 
of paths.
-   * `content.breadcrumbs` is html for the page's breaqdcrumbs.
+   * `content.breadcrumbs` is html for the page's breadcrumbs.
    * `content.ssi` is an array of paths for the breadcrumbs and ssi includes.
 
 ```

Reply via email to