diff --git a/app/src/main/java/com/etesync/syncadapter/App.kt b/app/src/main/java/com/etesync/syncadapter/App.kt index 53965032..89ec5061 100644 --- a/app/src/main/java/com/etesync/syncadapter/App.kt +++ b/app/src/main/java/com/etesync/syncadapter/App.kt @@ -147,7 +147,7 @@ class App : Application() { } /** Init the preferences version of the app. - * This is used to initialise the first version if not alrady set. */ + * This is used to initialise the first version if not already set. */ private fun initPrefVersion() { val prefs = getSharedPreferences("app", Context.MODE_PRIVATE) if (prefs.getInt(PREF_VERSION, 0) == 0) { diff --git a/fastlane/metadata/android/en-US/changelogs/20102.txt b/fastlane/metadata/android/en-US/changelogs/20102.txt index 4a3aab42..6397975f 100644 --- a/fastlane/metadata/android/en-US/changelogs/20102.txt +++ b/fastlane/metadata/android/en-US/changelogs/20102.txt @@ -1,2 +1,2 @@ * Fix crash when generating email invitations while using a French locale -* Uptdate etebase dep to fix issue with custom urls not ending with a slash. +* Update etebase dep to fix issue with custom urls not ending with a slash.