Fix spelling errors, including binaries ones
[mmh] / uip / mhpath.c
index aa63f4d..0fe638c 100644 (file)
@@ -105,7 +105,7 @@ main(int argc, char **argv)
        }
        /*
        ** TODO: As folder_realloc() checks itself if the realloc
-       ** really is necesary, why don't we then:
+       ** really is necessary, why don't we then:
        **    if (!(mp = folder_realloc (mp, 1, mp->hghmsg+1)))
        **        adios (NULL, "unable to allocate folder storage");
        ** ? This at least appears most clear to me. -- meillo