This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jelly.git
The following commit(s) were added to refs/heads/master by this push:
new 7e6f97b0 Normalize spelling
7e6f97b0 is described below
commit 7e6f97b0551b20017f4144d492842132afe7e8eb
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 4 19:22:13 2026 -0400
Normalize spelling
---
xdocs/jellyunit.xml | 4 ++--
xdocs/security-reports.xml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/xdocs/jellyunit.xml b/xdocs/jellyunit.xml
index 6f465d44..0672a96a 100644
--- a/xdocs/jellyunit.xml
+++ b/xdocs/jellyunit.xml
@@ -68,7 +68,7 @@
<section name="Mock Tags">
<p>
In unit testing scenarios its often useful to use
- <a href="https://c2.com/cgi/wiki?MockObject">Mock Objects</a> to test
application logic and stub the behaviour
+ <a href="https://c2.com/cgi/wiki?MockObject">Mock Objects</a> to test
application logic and stub the behavior
of other service
</p>
<p>
@@ -76,7 +76,7 @@
Mock Tags were invented by by Joe Walnes.
</p>
<p>
- Essentially the technique is to mock, or stub the behaviour of Jelly
tags so that they give the results that you expect
+ Essentially the technique is to mock, or stub the behavior of Jelly
tags so that they give the results that you expect
from services.
For example imagine you had a Jelly script with tags which worked with
databases or web services.
You could use mock tags to stub what the tags are meant to do, to test
your script invokes them correctly
diff --git a/xdocs/security-reports.xml b/xdocs/security-reports.xml
index 70c3a539..bc274438 100644
--- a/xdocs/security-reports.xml
+++ b/xdocs/security-reports.xml
@@ -42,7 +42,7 @@
<a href="https://commons.apache.org/mail-lists.html">Commons Users
mailing list</a>.
</p>
<p>
- If you have encountered an unlisted security vulnerability or other
unexpected behaviour that has security
+ If you have encountered an unlisted security vulnerability or other
unexpected behavior that has security
impact, or if the descriptions here are incomplete, please report them
privately to the Apache Security Team.
Thank you.
</p>