From 25a4e543b0e538941d1eda2634a5623a5c0c5049 Mon Sep 17 00:00:00 2001 From: Michael Frey <michael.frey@gmx.ch> Date: Mon, 22 Jun 2020 10:02:57 +0200 Subject: [PATCH] fixing typo in comment (#683) 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> --- .../nearby/InternalExposureNotificationPermissionHelper.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 619ef29a9..3468e94e6 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 @@ -15,7 +15,7 @@ import kotlinx.coroutines.launch /** * Permission Helper for Exposure Notification permissions needed by the API * - * In the current v1.3 of the Exposure Notification the user is asked for as permission for the following + * In the current v1.3 of the Exposure Notification the user is asked for permission for the following * actions: * * getTemporaryExposureKeyHistory -- GitLab