mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-06 03:20:26 +00:00
nctabbed: spelling (alocate -> allocate)
This commit is contained in:
parent
92fcbce415
commit
937bf98473
@ -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){
|
||||
|
Loading…
Reference in New Issue
Block a user