Skip to content

Commit 2576eb9

Browse files
authored
fix: correct 'occured' to 'occurred' typo in authentication error message (#368)
1 parent 186a017 commit 2576eb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/io/github/samolego/canta/util/UninstallLock.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ fun showBiometricPrompt(
4141
}
4242

4343
override fun onAuthenticationError(errorCode: Int, errString: CharSequence) {
44-
LogUtils.e(TAG, "An error occured while trying to authenticate. Code: $errorCode, message: $errString")
44+
LogUtils.e(TAG, "An error occurred while trying to authenticate. Code: $errorCode, message: $errString")
4545
}
4646

4747
override fun onAuthenticationFailed() {

0 commit comments

Comments
 (0)