From 4427b1bea4a47aed36c8c7fe8b90bd014a4a12a5 Mon Sep 17 00:00:00 2001 From: Joar Wandborg Date: Tue, 18 Sep 2012 21:44:02 +0200 Subject: [PATCH] Fixed typo in OAuth docs, recieve => receive --- mediagoblin/plugins/oauth/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. \?\?\?\?\? -- 2.25.1