diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-12-06 01:04:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-06 08:04:21 +0800 |
commit | cc38086039853d53157b30fec41babb148399038 (patch) | |
tree | 5d9a6c30d7cd59515a2218cfa29dc89262a33777 /test/unit/helpers.lua | |
parent | 06ff540e1ca25f4c26670f184d4087f6e3188064 (diff) | |
download | rneovim-cc38086039853d53157b30fec41babb148399038.tar.gz rneovim-cc38086039853d53157b30fec41babb148399038.tar.bz2 rneovim-cc38086039853d53157b30fec41babb148399038.zip |
docs: small fixes (#26243)
Co-authored-by: umlx5h <umlx5h21@protonmail.com>
Co-authored-by: Gregory Anders <greg@gpanders.com>
Co-authored-by: Evan Farrar <evan@evanfarrar.com>
Diffstat (limited to 'test/unit/helpers.lua')
-rw-r--r-- | test/unit/helpers.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/helpers.lua b/test/unit/helpers.lua index 0bd6b85570..86f3a7a662 100644 --- a/test/unit/helpers.lua +++ b/test/unit/helpers.lua @@ -212,7 +212,7 @@ local function cimport(...) -- give each #pragma pack an unique id, so that they don't get removed -- if they are inserted into the set -- (they are needed in the right order with the struct definitions, - -- otherwise luajit has wrong memory layouts for the sturcts) + -- otherwise luajit has wrong memory layouts for the structs) if line:match('#pragma%s+pack') then --- @type string line = line .. ' // ' .. pragma_pack_id |