]> diplodocus.org Git - nmh/blobdiff - sbr/context_replace.c
Tweak mh_xcalloc(); print size on error, follow POSIX.
[nmh] / sbr / context_replace.c
index bceb9dfdecde97f018573b42b75fc3bcc9886507..45d5a31d6563cf92c143572d39a401f9f1f39722 100644 (file)
@@ -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));