summaryrefslogtreecommitdiff
path: root/src/java
diff options
context:
space:
mode:
authorShaun Case <shaunc@aja.com>2021-07-12 17:16:46 -0700
committerShaun Case <shaunc@aja.com>2021-07-12 17:16:46 -0700
commit4c37fbf5001ca9ee9d96d6ed3ad33ba43325055a (patch)
tree690f1742dd0cb7a05019182c379e924481944547 /src/java
parentc4ca6c35bda9f75204ec13260189721ca8ba2a97 (diff)
downloadlibical-git-4c37fbf5001ca9ee9d96d6ed3ad33ba43325055a.tar.gz
Fix typos and misspellings found by CodeSpell 2.1.0.
Fix a few Python whitespace errors found by Syntastic.
Diffstat (limited to 'src/java')
-rw-r--r--src/java/testjni.java2
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");