diff options
author | mathieui <mathieui@mathieui.net> | 2014-02-19 00:39:51 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2014-02-19 00:39:51 +0100 |
commit | cd385630765a8089cc3d234ff9bbfa899e803a3f (patch) | |
tree | 640c137369e3519e9535038b4dbc88a26b082810 /plugins | |
parent | 35f3f53334461eba1a579b69470ca1af40b446dd (diff) | |
download | poezio-cd385630765a8089cc3d234ff9bbfa899e803a3f.tar.gz poezio-cd385630765a8089cc3d234ff9bbfa899e803a3f.tar.bz2 poezio-cd385630765a8089cc3d234ff9bbfa899e803a3f.tar.xz poezio-cd385630765a8089cc3d234ff9bbfa899e803a3f.zip |
Update install instructions and fix a typo
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/otr.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/otr.py b/plugins/otr.py index a1bc7a45..9d19e1ee 100644 --- a/plugins/otr.py +++ b/plugins/otr.py @@ -58,7 +58,7 @@ Command added to Conversation Tabs and Private Tabs: - The ``start`` (or ``refresh``) command starts or refreshs a private OTR session - The ``end`` command ends a private OTR session - - The ``fpr`` command gives you the fingerprint of the key of the remove entity + - The ``fpr`` command gives you the fingerprint of the key of the remote entity - The ``ourfpr`` command gives you the fingerprint of your own key - The ``trust`` command marks the current remote key as trusted for the current remote JID - The ``untrust`` command removes that trust |