summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2014-10-13 23:24:14 +0100
committerMatthew Hodgson <matthew@matrix.org>2014-10-13 23:24:14 +0100
commitc18a6433d4f2ff0cad6bcaf92d05d8540cc75b3d (patch)
tree780ad4589dbde7e0fab416496faee5f3c351d169 /docs
parentBetter response message when signature is missing or unsupported (diff)
downloadsynapse-c18a6433d4f2ff0cad6bcaf92d05d8540cc75b3d.tar.xz
typoe
Diffstat (limited to 'docs')
-rw-r--r--docs/server-server/signing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/server-server/signing.rst b/docs/server-server/signing.rst
index a592f48c35..dae10f121b 100644
--- a/docs/server-server/signing.rst
+++ b/docs/server-server/signing.rst
@@ -62,7 +62,7 @@ To check if an entity has signed a JSON object a server does the following
 
 1. Checks if the ``signatures`` object contains an entry with the name of the
    entity. If the entry is missing then the check fails.
-2. Removes any *signing key identifiers* from the entry with algrothims it
+2. Removes any *signing key identifiers* from the entry with algorithms it
    doesn't understand. If there are no *signing key identifiers* left then the
    check fails.
 3. Looks up *verification keys* for the remaining *signing key identifiers*