This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git
The following commit(s) were added to refs/heads/master by this push:
new 6b65ec67 Fix Javadoc spelling
6b65ec67 is described below
commit 6b65ec6751a079058e9580f1fbe9ed452a8be50e
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Dec 22 11:11:06 2023 -0500
Fix Javadoc spelling
---
.../java/org/apache/commons/configuration2/io/FileOptionsProvider.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/main/java/org/apache/commons/configuration2/io/FileOptionsProvider.java
b/src/main/java/org/apache/commons/configuration2/io/FileOptionsProvider.java
index d6818a6a..83f6702a 100644
---
a/src/main/java/org/apache/commons/configuration2/io/FileOptionsProvider.java
+++
b/src/main/java/org/apache/commons/configuration2/io/FileOptionsProvider.java
@@ -32,7 +32,7 @@ public interface FileOptionsProvider {
String CURRENT_USER = "currentUser";
/**
- * Key used to indicate whether Webdav versioning support should be
enabled. The value associated with this key is a
+ * Key used to indicate whether WebDAV versioning support should be
enabled. The value associated with this key is a
* Boolean where True indicates versioning should be enabled.
*/
String VERSIONING = "versioning";