nctabbed: spelling (alocate -> allocate)

This commit is contained in:
nick black 2021-05-19 20:35:10 -04:00 committed by Nick Black
parent 92fcbce415
commit 937bf98473

View File

@ -217,7 +217,7 @@ nctab* nctabbed_add(nctabbed* nt, nctab* after, nctab* before, tabcb cb,
after = nt->selected;
}
if((t = malloc(sizeof(*t))) == NULL){
logerror(nc, "Couldn't alocate nctab")
logerror(nc, "Couldn't allocate nctab")
return NULL;
}
if((t->name = strdup(name)) == NULL){