X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/d66378909931a74ed83e29d592982eaa3e7e0107..3910a511d4d9ad19e5eeff769881f4e52f498947:/sbr/context_replace.c diff --git a/sbr/context_replace.c b/sbr/context_replace.c index bceb9dfd..45d5a31d 100644 --- a/sbr/context_replace.c +++ b/sbr/context_replace.c @@ -17,7 +17,7 @@ context_replace (char *key, char *value) register struct node *np; /* - * If list is emtpy, allocate head of profile/context list. + * If list is empty, allocate head of profile/context list. */ if (!m_defs) { m_defs = (struct node *) mh_xmalloc (sizeof(*np));