X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Fcontext_read.c;h=abf666c6fc57874447fae456f1263cf04ad73442;hb=b33ba7a7953d06a123ee59811903f0eb7f69e120;hp=5733d3fa088592ab0b28d9c9110be44e1985521e;hpb=f85f4b7ae62e3d05a945dcd46ead51f0a2a89a9b;p=mmh diff --git a/sbr/context_read.c b/sbr/context_read.c index 5733d3f..abf666c 100644 --- a/sbr/context_read.c +++ b/sbr/context_read.c @@ -68,7 +68,7 @@ context_read(void) } else { mmhpath = concat(mypath, "/", mmhdir, NULL); if (stat(mmhpath, &st) == -1 || (st.st_mode & S_IFDIR) == 0) { - adios(NULL, "Doesn't look like mmh is set up for your account. Run `install-mh' to do so."); + adios(NULL, "Doesn't look like mmh is set up for your account. Run `mmh' to do so."); } } @@ -154,8 +154,8 @@ context_read(void) } /* - ** context is NULL if context_foil() was called to disable use - ** of context. We also support users setting explicitly setting + ** context is NULL if the use of the context was diabled. + ** We also support users setting explicitly setting ** MMHC to /dev/null. (If this wasn't special-cased then the ** locking would be liable to fail.) */