X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fsrc%2Fheader.c;h=decd0cce69a107e43b141314a62381954295e566;hb=fd622879c0d6f6d4099a760b1e304874df778f37;hp=dad1638cbb6931aca1f7c99e702932c84026791f;hpb=4fab92fbc2b63bac2d89c1dae69fa1845cb640b7;p=exim.git diff --git a/src/src/header.c b/src/src/header.c index dad1638cb..decd0cce6 100644 --- a/src/src/header.c +++ b/src/src/header.c @@ -119,7 +119,7 @@ if (name == NULL) hptr = &header_list; /* header_list->text can be NULL if we get here between when the new - received header is allocated and when it is acutally filled in. We want + received header is allocated and when it is actually filled in. We want that header to be first, so skip it for now. */ if (header_list->text == NULL) @@ -132,7 +132,7 @@ else { int len = Ustrlen(name); - /* Find the first non-deleted header witht the correct name. */ + /* Find the first non-deleted header with the correct name. */ for (hptr = &header_list; (h = *hptr) != NULL; hptr = &(h->next)) {