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-weaver.git
The following commit(s) were added to refs/heads/master by this push:
new 1141e37 Fix typos
1141e37 is described below
commit 1141e37cb7125aade3c85ea8b2d802e9ec425d6c
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jan 15 08:19:50 2023 -0500
Fix typos
---
.../main/java/org/apache/commons/weaver/privilizer/example/Setup.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/modules/privilizer/weaver/src/it/sample/src/main/java/org/apache/commons/weaver/privilizer/example/Setup.java
b/modules/privilizer/weaver/src/it/sample/src/main/java/org/apache/commons/weaver/privilizer/example/Setup.java
index cbcc981..17afa7e 100644
---
a/modules/privilizer/weaver/src/it/sample/src/main/java/org/apache/commons/weaver/privilizer/example/Setup.java
+++
b/modules/privilizer/weaver/src/it/sample/src/main/java/org/apache/commons/weaver/privilizer/example/Setup.java
@@ -23,7 +23,7 @@ final class Setup {
}
/**
- * This simply allows us to to set up test classes by doing
+ * This simply allows us to set up test classes by doing
* privileged things without granting privileges to the test
* code itself and thus making it impossible to test the effects
* of privilization.