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 | |
| parent | 8644f0fb781daa66de4186ead5ebfe4fba581ac9 (diff) | |
| download | libical-git-26568d1998e2d26345c0b73759cf27da150e1e9d.tar.gz | |
lots of spelling fixes found by codespell
Diffstat (limited to 'src/java')
| -rw-r--r-- | src/java/jlibical_utils_cxx.cpp | 2 | ||||
| -rw-r--r-- | src/java/testjni.java | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/java/jlibical_utils_cxx.cpp b/src/java/jlibical_utils_cxx.cpp index 0a3ee35a..d89ee862 100644 --- a/src/java/jlibical_utils_cxx.cpp +++ b/src/java/jlibical_utils_cxx.cpp @@ -399,7 +399,7 @@ jobject createNewICalPeriodType(JNIEnv *env, icalperiodtype* source) } //------------------------------------------------------- -// Creat a new surrogate of the given type for the given subject. +// Create a new surrogate of the given type for the given subject. //------------------------------------------------------- jobject doCreateNewSurrogate(JNIEnv *env, jclass surrogateClass, jlong subject) { 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"); |
