mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 01:29:05 -04:00
[ncplane_putc_yx] spelling
This commit is contained in:
parent
cf754a6e02
commit
31b328c688
@ -1877,7 +1877,7 @@ int ncplane_putc_yx(ncplane* n, int y, int x, const nccell* c){
|
||||
// nccell_extended_gcluster(). so we must copy and free it.
|
||||
char* egc = nccell_strdup(n, c);
|
||||
if(egc == NULL){
|
||||
logerror("coudln't duplicate cell\n");
|
||||
logerror("couldn't duplicate cell\n");
|
||||
return -1;
|
||||
}
|
||||
int r = ncplane_put(n, y, x, egc, cols, c->stylemask, c->channels, strlen(egc));
|
||||
|
Loading…
x
Reference in New Issue
Block a user