diff options
| author | Allen Winter <allen.winter@kdab.com> | 2021-11-28 12:56:10 -0500 |
|---|---|---|
| committer | Allen Winter <allen.winter@kdab.com> | 2021-11-28 12:56:10 -0500 |
| commit | 26568d1998e2d26345c0b73759cf27da150e1e9d (patch) | |
| tree | 8b2f8e5f1afc15a52c1e54ed4c0642b3655258bc /src/java/testjni.java | |
| parent | 8644f0fb781daa66de4186ead5ebfe4fba581ac9 (diff) | |
| download | libical-git-26568d1998e2d26345c0b73759cf27da150e1e9d.tar.gz | |
lots of spelling fixes found by codespell
Diffstat (limited to 'src/java/testjni.java')
| -rw-r--r-- | src/java/testjni.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/java/testjni.java b/src/java/testjni.java index d90c327b..bb6a6aee 100644 --- a/src/java/testjni.java +++ b/src/java/testjni.java @@ -330,7 +330,7 @@ public class testjni // AFTER the event or task start or due date, which is useless. duration.setIs_neg(1); - // 2. Create a ICalTriggerType oject and set the duration on it. + // 2. Create a ICalTriggerType object and set the duration on it. ICalTriggerType trigger = new ICalTriggerType(); trigger.setDuration(duration); System.out.println("set trigger to duration object"); |
