From 929e22cee0f4ba6d559aabf37f23d0067626cc1a Mon Sep 17 00:00:00 2001
From: Edward Betts <edward@4angle.com>
Date: Thu, 18 Jun 2020 13:33:48 +0100
Subject: [PATCH] Correct spelling mistakes (#544)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Co-authored-by: Hee Tatt Ooi <hee.tatt.ooi@sap.com>
Co-authored-by: Jakob Möller <jakob.moeller@sap.com>
Co-authored-by: harambasicluka <64483219+harambasicluka@users.noreply.github.com>
Co-authored-by: marcmuschko <marc.muschko@sap.com>
---
 .../java/de.rki.coronawarnapp/TestForAPIFragment.kt           | 2 +-
 .../deviceForTesters/res/layout/fragment_test_for_a_p_i.xml   | 4 ++--
 .../nearby/InternalExposureNotificationPermissionHelper.kt    | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Corona-Warn-App/src/deviceForTesters/java/de.rki.coronawarnapp/TestForAPIFragment.kt b/Corona-Warn-App/src/deviceForTesters/java/de.rki.coronawarnapp/TestForAPIFragment.kt
index 950664416..e69110730 100644
--- a/Corona-Warn-App/src/deviceForTesters/java/de.rki.coronawarnapp/TestForAPIFragment.kt
+++ b/Corona-Warn-App/src/deviceForTesters/java/de.rki.coronawarnapp/TestForAPIFragment.kt
@@ -128,7 +128,7 @@ class TestForAPIFragment : Fragment(), InternalExposureNotificationPermissionHel
         // set the viewmmodel variable that will be used for data binding
         binding.tracingViewModel = tracingViewModel
 
-        // set thte lifecycleowner for LiveData
+        // set the lifecycleowner for LiveData
         binding.lifecycleOwner = this
 
         // Inflate the layout for this fragment
diff --git a/Corona-Warn-App/src/deviceForTesters/res/layout/fragment_test_for_a_p_i.xml b/Corona-Warn-App/src/deviceForTesters/res/layout/fragment_test_for_a_p_i.xml
index ba559e601..67aac4b5a 100644
--- a/Corona-Warn-App/src/deviceForTesters/res/layout/fragment_test_for_a_p_i.xml
+++ b/Corona-Warn-App/src/deviceForTesters/res/layout/fragment_test_for_a_p_i.xml
@@ -108,7 +108,7 @@
                 android:id="@+id/text_my_keys"
                 android:layout_width="match_parent"
                 android:layout_height="wrap_content"
-                android:hint="Your keys will be diplayed here"
+                android:hint="Your keys will be displayed here"
                 android:lines="5"
                 android:visibility="gone" />
 
@@ -268,4 +268,4 @@
                 android:text="button" />
         </LinearLayout>
     </ScrollView>
-</layout>
\ No newline at end of file
+</layout>
diff --git a/Corona-Warn-App/src/main/java/de/rki/coronawarnapp/nearby/InternalExposureNotificationPermissionHelper.kt b/Corona-Warn-App/src/main/java/de/rki/coronawarnapp/nearby/InternalExposureNotificationPermissionHelper.kt
index 8f323857c..619ef29a9 100644
--- a/Corona-Warn-App/src/main/java/de/rki/coronawarnapp/nearby/InternalExposureNotificationPermissionHelper.kt
+++ b/Corona-Warn-App/src/main/java/de/rki/coronawarnapp/nearby/InternalExposureNotificationPermissionHelper.kt
@@ -21,7 +21,7 @@ import kotlinx.coroutines.launch
  *  getTemporaryExposureKeyHistory
  *  start
  *
- *  The permission in the current state is implemented with a specific excpetion. If the Exposure Notification functions
+ *  The permission in the current state is implemented with a specific exception. If the Exposure Notification functions
  *  needs a specific permission to proceed an ApiException with a certain status will be raised.
  *  This needs to be handled accordingly in order to display the permission dialog to the user.
  *  @see handleException
-- 
GitLab