aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoar Wandborg <git@wandborg.com>2012-09-18 21:44:02 +0200
committerJoar Wandborg <git@wandborg.com>2012-09-18 21:44:02 +0200
commit4427b1bea4a47aed36c8c7fe8b90bd014a4a12a5 (patch)
tree0619775dcb482f42095f36001f4888af786b0561
parentdf3147b986b183198d6419c50ca743e4f0c1bdea (diff)
downloadmediagoblin-4427b1bea4a47aed36c8c7fe8b90bd014a4a12a5.tar.lz
mediagoblin-4427b1bea4a47aed36c8c7fe8b90bd014a4a12a5.tar.xz
mediagoblin-4427b1bea4a47aed36c8c7fe8b90bd014a4a12a5.zip
Fixed typo in OAuth docs, recieve => receive
-rw-r--r--mediagoblin/plugins/oauth/README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/plugins/oauth/README.rst b/mediagoblin/plugins/oauth/README.rst
index cd2edc0e..2f49916b 100644
--- a/mediagoblin/plugins/oauth/README.rst
+++ b/mediagoblin/plugins/oauth/README.rst
@@ -84,7 +84,7 @@ Brief description of the procedure
2. The *authorization server* authenticates the *resource owner* and redirects
the *user agent* back to the *redirect uri* (covered later in this
document).
-3. The *client* recieves the request from the *user agent*, attached is the
+3. The *client* receives the request from the *user agent*, attached is the
*authorization code*.
4. The *client* requests an *access token* from the *authorization server*
5. \?\?\?\?\?