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 76fdca59 Use preferred spelling for "cannot"
76fdca59 is described below

commit 76fdca592114b9377b2e4d25c0acacbf12c4d62a
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Nov 5 06:06:26 2024 -0500

    Use preferred spelling for "cannot"
---
 .../org/apache/commons/configuration2/XMLPropertiesConfiguration.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/configuration2/XMLPropertiesConfiguration.java
 
b/src/main/java/org/apache/commons/configuration2/XMLPropertiesConfiguration.java
index bbc48f4d..bf4e5556 100644
--- 
a/src/main/java/org/apache/commons/configuration2/XMLPropertiesConfiguration.java
+++ 
b/src/main/java/org/apache/commons/configuration2/XMLPropertiesConfiguration.java
@@ -143,7 +143,7 @@ public class XMLPropertiesConfiguration extends 
BaseConfiguration implements Fil
 
     /**
      * Creates an empty XMLPropertyConfiguration object which can be used to 
synthesize a new Properties file by adding
-     * values and then saving(). An object constructed by this C'tor can not 
be tickled into loading included files because
+     * values and then saving(). An object constructed by this C'tor cannot be 
tickled into loading included files because
      * it cannot supply a base for relative includes.
      */
     public XMLPropertiesConfiguration() {

Reply via email to