]> diplodocus.org Git - nmh/blobdiff - h/oauth.h
Changed failure exit status of mkstemp(1) from 255 to 1.
[nmh] / h / oauth.h
index 605008a1c38f739745d008d2ddbdfc74516d9797..66da2f318d3c0ab0680b62eb9a241e797211b54b 100644 (file)
--- 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.
  */