diff options
author | Martin Fischer <martin@push-f.com> | 2023-06-26 15:10:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-26 09:10:27 -0400 |
commit | 801b9ec62d94f201e67d053ee90dae0b70e50a42 (patch) | |
tree | 145f840c570dd72258ef309e9d31f100a5aa5786 /test_napi/src | |
parent | ad3c494b46c97f0cf91098b7ec2afa576ea7a3dd (diff) |
chore: fix typos (#19572)
Diffstat (limited to 'test_napi/src')
-rw-r--r-- | test_napi/src/tsfn.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_napi/src/tsfn.rs b/test_napi/src/tsfn.rs index 314975f39..9ac577c5b 100644 --- a/test_napi/src/tsfn.rs +++ b/test_napi/src/tsfn.rs @@ -1,6 +1,6 @@ // Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. -// This test performs initilization similar to napi-rs. +// This test performs initialization similar to napi-rs. // https://github.com/napi-rs/napi-rs/commit/a5a04a4e545f268769cc78e2bd6c45af4336aac3 use napi_sys as sys; |