Merge pull request #1989 from matrix-org/anoa/typo2

Add missing 'as'
dbkr/dummy_auth_for_disambiguation
Travis Ralston 5 years ago committed by GitHub
commit c54a5fc3df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1 @@
Fix various spelling mistakes throughout the specification.

@ -460,7 +460,7 @@ Keys can be manually exported from one device to an encrypted file, copied to
another device, and imported. The file is encrypted using a user-supplied
passphrase, and is created as follows:
1. Encode the sessions a JSON object, formatted as described in `Key export
1. Encode the sessions as a JSON object, formatted as described in `Key export
format`_.
2. Generate a 512-bit key from the user-entered passphrase by computing
`PBKDF2`_\(HMAC-SHA-512, passphrase, S, N, 512), where S is a 128-bit

Loading…
Cancel
Save