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-vfs.git
The following commit(s) were added to refs/heads/master by this push:
new 70771e069 Normalize spelling
70771e069 is described below
commit 70771e069de81bf70e823c4c069cf57ecee3a55e
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 4 19:24:49 2026 -0400
Normalize spelling
---
src/site/xdoc/api.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/site/xdoc/api.xml b/src/site/xdoc/api.xml
index a76699da7..d808871dc 100644
--- a/src/site/xdoc/api.xml
+++ b/src/site/xdoc/api.xml
@@ -95,7 +95,7 @@ for (int i = 0; i < children.length; i++) {
</p>
<p>
There is also an internal cache of each file object avoid
the need to access the network layer. Now it's possible
- to configure this behaviour through the use of <a
href="commons-vfs2/apidocs/org/apache/commons/vfs2/CacheStrategy.html">CacheStrategy</a>.
+ to configure this behavior through the use of <a
href="commons-vfs2/apidocs/org/apache/commons/vfs2/CacheStrategy.html">CacheStrategy</a>.
<br />
Do this on the DefaultFileSystemManager. For example:
<code>