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-imaging.git
The following commit(s) were added to refs/heads/master by this push:
new 6a501a8b Use preferred spelling for "cannot"
6a501a8b is described below
commit 6a501a8b7242e40b53cc7a4f92ad1544955518dc
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Nov 5 06:54:34 2024 -0500
Use preferred spelling for "cannot"
---
src/main/java/org/apache/commons/imaging/Imaging.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/commons/imaging/Imaging.java
b/src/main/java/org/apache/commons/imaging/Imaging.java
index 8605d787..1b9dd4d3 100644
--- a/src/main/java/org/apache/commons/imaging/Imaging.java
+++ b/src/main/java/org/apache/commons/imaging/Imaging.java
@@ -940,6 +940,6 @@ public final class Imaging {
}
private Imaging() {
- // Instances can not be created
+ // Instances cannot be created
}
}