]> diplodocus.org Git - nmh/blobdiff - sbr/utils.c
path.c: Simplify compath()'s flow; return, don't break twice.
[nmh] / sbr / utils.c
index 158f998bf0050f4a527f332847d2f7819d8d2a71..aa344b99acab505e6f6820c023d7a803553ee5c1 100644 (file)
@@ -1,5 +1,4 @@
-/*
- * utils.c -- various utility routines
+/* utils.c -- various utility routines
  *
  * This code is Copyright (c) 2006, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
@@ -470,7 +469,7 @@ nmh_init(const char *argv0, int read_context) {
         }
 
         /* Check to see if the user is running a different (or older, if
-           specified) version of nmh than they had run bfore, and notify them
+           specified) version of nmh than they had run before, and notify them
            if so.  But only if read_context was set to a value to enable. */
         if (allow_version_check  &&  isatty (fileno (stdin))  &&
             isatty (fileno (stdout))  &&  isatty (fileno (stderr))) {