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-bcel.git
The following commit(s) were added to refs/heads/master by this push:
new 2913b479 Normalize spelling
2913b479 is described below
commit 2913b4790cd79ebe238ca9a9e57f9efbf1b99fd7
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 4 18:07:59 2026 -0400
Normalize spelling
---
src/site/xdoc/security.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/site/xdoc/security.xml b/src/site/xdoc/security.xml
index 2413ef6b..5244451f 100644
--- a/src/site/xdoc/security.xml
+++ b/src/site/xdoc/security.xml
@@ -41,7 +41,7 @@
filesystem or network access. It may still trigger other crashes, such
as for example <code>StackOverflowError</code> or <code>OutOfMemoryError</code>:
if your code uses BCEL to process untrusted input
then it is up to you to compensate for that as necessary.
- Loading or executing the generated classes is unsafe and may cause
unexpected behaviour,
+ Loading or executing the generated classes is unsafe and may cause
unexpected behavior,
including execute arbitrary code execution.
</p>
</section>