X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/ddf5b0259b7246c0d3207ceb22ea72379ae64e89..96b4a2bc9d64b14a9dfd2b432a5de2fc17044933:/h/oauth.h?ds=sidebyside diff --git a/h/oauth.h b/h/oauth.h index 605008a1..66da2f31 100644 --- a/h/oauth.h +++ b/h/oauth.h @@ -19,7 +19,7 @@ * 1. User runs mhlogin which prints a URL the user must visit, and prompts for * a code retrieved from that page. * - * 2. User vists this URL in browser, signs in with some Google account, and + * 2. User visits this URL in browser, signs in with some Google account, and * copies and pastes the resulting code back to mhlogin. * * 3. mhlogin does HTTP POST to Google to exchange the user-provided code for a @@ -234,7 +234,7 @@ mh_oauth_cred_save(FILE *fp, mh_oauth_cred *cred, const char *user); /* * Load OAuth tokens from file. * - * Calls m_getfld(), which writes to stderr with advise(). + * Calls m_getfld2(), which writes to stderr with advise(). * * On error, return NULL. */