Skip to content

Commit 11bf454

Browse files
committed
Fix some Javadoc typos.
Reflects signalapp/libsignal-protocol-java@f1a44ed I'm going to turn the javadocs into C# XML documentation soon.
1 parent da0bf8f commit 11bf454

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

libsignal-protocol-dotnet/fingerprint/Fingerprint.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ public DisplayableFingerprint getDisplayableFingerprint()
3939
}
4040

4141
/**
42-
* @return A scannable fingerprint that can be scanned anc compared locally.
42+
* @return A scannable fingerprint that can be scanned and compared locally.
4343
*/
4444
public ScannableFingerprint getScannableFingerprint()
4545
{
4646
return scannableFingerprint;
4747
}
4848
}
49-
}
49+
}

libsignal-protocol-dotnet/fingerprint/NumericFingerprintGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public Fingerprint createFor(int version,
7575
}
7676

7777
/// <summary>
78-
/// Generate a scannable and displayble fingerprint for logical identities that have multiple physical keys.
78+
/// Generate a scannable and displayable fingerprint for logical identities that have multiple physical keys.
7979
///
8080
/// Do not trust the output of this unless you've been through the device consistency process for the provided
8181
/// localIdentityKeys.

libsignal-protocol-dotnet/fingerprint/ScannableFingerprint.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public byte[] getSerialized()
6060
* Compare a scanned QR code with what we expect.
6161
*
6262
* @param scannedFingerprintData The scanned data
63-
* @return True if matching, otehrwise false.
63+
* @return True if matching, otherwise false.
6464
* @throws FingerprintVersionMismatchException if the scanned fingerprint is the wrong version.
6565
* @throws FingerprintIdentifierMismatchException if the scanned fingerprint is for the wrong stable identifier.
6666
*/

0 commit comments

Comments
 (0)