]> diplodocus.org Git - nmh/blobdiff - sbr/utils.c
path.c: Simplify compath()'s flow; return, don't break twice.
[nmh] / sbr / utils.c
index 7731c9b324a556d06b1d534e0249588efbbaf0fa..aa344b99acab505e6f6820c023d7a803553ee5c1 100644 (file)
@@ -1,6 +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
@@ -471,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))) {