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