X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0a032eea07f6d77ac6ea4d5a39c9491c34358058..64c5ab73d49a8347c541d7de42549a50d5ca56aa:/h/prototypes.h diff --git a/h/prototypes.h b/h/prototypes.h index 9a181cc4..18b87586 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -1,5 +1,4 @@ -/* - * prototypes.h -- various prototypes +/* prototypes.h -- various prototypes * * If you modify functions here, please document their current behavior * as much as practical. @@ -204,7 +203,7 @@ char *get_term_stringcap(char *capability); * arg1..argN - Arguments 1-N. * * Returns a tparm and tputs-processed string, or NULL if there was a problem - * initializating the terminal or retrieving the capability. + * initialising the terminal or retrieving the capability. */ char *get_term_stringparm(char *capability, long arg1, long arg2); @@ -535,7 +534,7 @@ nmh_creds_t nmh_get_credentials (const char *host, const char *user); * * creds - Structure from previous nmh_get_credentials() call * - * Returns NULL on error, otherwise a NUL-termined string containing + * Returns NULL on error, otherwise a NUL-terminated string containing * the username. Points to allocated memory in the credentials structure * that is free()d by nmh_free_credentials(). */