We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 914cdc2 commit e0baf81Copy full SHA for e0baf81
c_src/pythonx.cpp
@@ -1619,7 +1619,7 @@ extern "C" void pythonx_handle_io_write(const char *message,
1619
ErlNifPid janitor_pid;
1620
if (enif_whereis_pid(caller_env, janitor_name, &janitor_pid)) {
1621
auto device = type == 0 ? eval_info.stdout_device : eval_info.stderr_device;
1622
- // Copy the device term is from a differnet env, so we copy it into
+ // The device term is from a different env, so we copy it into
1623
// the message env, otherwise we may run into unexpected behaviour.
1624
device = enif_make_copy(env, device);
1625
0 commit comments