Fixed typo in OAuth docs, recieve => receive
authorJoar Wandborg <git@wandborg.com>
Tue, 18 Sep 2012 19:44:02 +0000 (21:44 +0200)
committerJoar Wandborg <git@wandborg.com>
Tue, 18 Sep 2012 19:44:02 +0000 (21:44 +0200)
mediagoblin/plugins/oauth/README.rst

index cd2edc0e7348ac815eea29bc3c7435f7de186508..2f49916bd05a53c3a42540696ee508306f3b8fd0 100644 (file)
@@ -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. \?\?\?\?\?