X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/bacae217c754a3eedd0d71bdda74397c17633123..3d4623ef62a6ee5b91e3b20e5ed4c938ebba2b05:/sbr/context_read.c diff --git a/sbr/context_read.c b/sbr/context_read.c index 778d4a35..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;