Skip to content
This repository was archived by the owner on Nov 7, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ private String getDigestForAlgo(String algo) throws CryptoException {
case "rsa-sha2-512":
return KeyProperties.DIGEST_SHA512;
default:
throw new CryptoException("unsuported algo: " + algo);
throw new CryptoException("unsupported algo: " + algo);
}
}

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_teams_intro.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="24dp"
android:fontFamily="@font/open_sans_bold"
android:text="Public Key Managment"
android:text="Public Key Management"
android:textColor="@color/appBlack"
android:textSize="20sp"
app:layout_constraintEnd_toEndOf="parent"
Expand Down