X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/177f020f122827214159c46dcfe7ded1e3c8d1c3..a9bb157da7d3cee576e8944eaf8fab2bdbc4be8d:/sbr/context_read.c?ds=sidebyside diff --git a/sbr/context_read.c b/sbr/context_read.c index cf52ebbb..668fdc3b 100644 --- a/sbr/context_read.c +++ b/sbr/context_read.c @@ -36,7 +36,7 @@ context_read (void) int failed_to_lock = 0; /* - * If this routine _is_ called again (despite the wanings in the + * If this routine _is_ called again (despite the warnings in the * comments above), return immediately. */ if ( m_defs != 0 ) @@ -128,7 +128,7 @@ context_read (void) /* context is NULL if context_foil() was called to disable use of context * We also support users setting explicitly setting MHCONTEXT to /dev/null. - * (if this wasn't specialcased then the locking would be liable to fail) + * (if this wasn't special-cased then the locking would be liable to fail) */ if (!cp || (strcmp(cp,"/dev/null") == 0)) { ctxpath = NULL; @@ -141,6 +141,4 @@ context_read (void) readconfig ((struct node **) 0, ib, cp, 1); lkfclosedata (ib, ctxpath); } - - return; }