diff options
| author | Allen Winter <allen.winter@kdab.com> | 2021-08-15 11:18:32 -0400 |
|---|---|---|
| committer | Allen Winter <allen.winter@kdab.com> | 2021-08-15 11:18:53 -0400 |
| commit | 1a841e6bdd6078a4578c6051a00a9baaeee3394f (patch) | |
| tree | 02e55c35a4f075a7ee0bbdae4cc39c56dabf64ea /src/java | |
| parent | b09809ebf962d83ca52703a4c51f1db36927a1fd (diff) | |
| download | libical-git-1a841e6bdd6078a4578c6051a00a9baaeee3394f.tar.gz | |
various - fix a few more misspellings
Diffstat (limited to 'src/java')
| -rw-r--r-- | src/java/jlibical_utils_cxx.cpp | 2 |
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) { |
