summaryrefslogtreecommitdiff
path: root/src/java
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2021-08-15 11:18:32 -0400
committerAllen Winter <allen.winter@kdab.com>2021-08-15 11:18:53 -0400
commit1a841e6bdd6078a4578c6051a00a9baaeee3394f (patch)
tree02e55c35a4f075a7ee0bbdae4cc39c56dabf64ea /src/java
parentb09809ebf962d83ca52703a4c51f1db36927a1fd (diff)
downloadlibical-git-1a841e6bdd6078a4578c6051a00a9baaeee3394f.tar.gz
various - fix a few more misspellings
Diffstat (limited to 'src/java')
-rw-r--r--src/java/jlibical_utils_cxx.cpp2
1 files changed, 1 insertions, 1 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)
{