Fixed a typo: foudn -> found
This commit is contained in:
parent
cf6ef4d296
commit
eab107df7a
1 changed files with 1 additions and 1 deletions
|
@ -403,7 +403,7 @@ static void bdberl_drv_ready_async(ErlDrvData handle, ErlDrvThreadData thread_da
|
|||
}
|
||||
else if (adata->rc == DB_NOTFOUND)
|
||||
{
|
||||
printf("not foudn\n");
|
||||
printf("not found\n");
|
||||
ErlDrvTermData response[] = { ERL_DRV_ATOM, driver_mk_atom("not_found") };
|
||||
driver_output_term(d->port, response, sizeof(response) / sizeof(response[0]));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue