]> diplodocus.org Git - nmh/blobdiff - sbr/netsec.c
uip/scansbr.c: Replace uses of SBUFSIZ with NMH_BUFSIZ.
[nmh] / sbr / netsec.c
index f077c668d39b1a3409b85711eedec2e131f0e400..e0dd0c28d1f1a77c25e4fdee534bb1d6fe6184c1 100644 (file)
@@ -1,6 +1,4 @@
-
-/*
- * netsec.c -- Network security routines for handling protocols that
+/* netsec.c -- Network security routines for handling protocols that
  *            require SASL and/or TLS.
  *
  * This code is Copyright (c) 2016, by the authors of nmh.  See the
@@ -1017,7 +1015,7 @@ netsec_set_sasl_params(netsec_context *nsc, const char *service,
 
     /*
      * According to the RFC, mechanisms can only be uppercase letter, numbers,
-     * and a hypen or underscore.  So make sure we uppercase any letters
+     * and a hyphen or underscore.  So make sure we uppercase any letters
      * in case the user passed in lowercase.
      */