small typo fixes

This commit is contained in:
Mindy Preston 2017-01-30 12:28:46 -06:00
parent dea12840a4
commit cb8215d707

View file

@ -77,7 +77,7 @@ if your long-term (stored on disk) asymmetric keys get seized or stolen, they
are not sufficient to decrypt recorded sessions (you can't derive the session are not sufficient to decrypt recorded sessions (you can't derive the session
key from the asymmetric keys) -- but the encrypted channel is still key from the asymmetric keys) -- but the encrypted channel is still
authenticated (once you verified the public key via a different channel or a authenticated (once you verified the public key via a different channel or a
shared secret (using the [Socialist millionairs shared secret (using the [Socialist millionaires
problem](https://en.wikipedia.org/wiki/Socialist_millionaire))). problem](https://en.wikipedia.org/wiki/Socialist_millionaire))).
OTR does not support offline messages (the session keys may already be destroyed OTR does not support offline messages (the session keys may already be destroyed
@ -319,7 +319,7 @@ implementation](https://github.com/hannesm/xmpp/blob/eee18bd3dd343550169969c0b45
is partial and deeply embedded. The XML parser is as well deeply embedded (and [has is partial and deeply embedded. The XML parser is as well deeply embedded (and [has
some some
issues](https://github.com/hannesm/jackline/issues/8#issuecomment-67773044)). issues](https://github.com/hannesm/jackline/issues/8#issuecomment-67773044)).
The library needs to be teared apart (something I procrastinate since more than The library needs to be torn apart (something I procrastinate since more than
a year). Once it is pure, the application can have full control over when to a year). Once it is pure, the application can have full control over when to
call IO (and esp use the same protocol implementation as well for registering a call IO (and esp use the same protocol implementation as well for registering a
new account - [currently not new account - [currently not