aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2026-06-27 22:26:21 +0200
committerHisham Muhammad <hisham@gobolinux.org>2026-07-11 19:17:17 -0300
commitb950459b4aff01a521b519f79bfd0a1eb3066418 (patch)
tree951464e3c996102aa1cdc1cc6acefdf16f9b2ce3 /spec
parent324eda29177b6a6811c75480928384b9ff83f04f (diff)
downloadluarocks-b950459b4aff01a521b519f79bfd0a1eb3066418.tar.gz
luarocks-b950459b4aff01a521b519f79bfd0a1eb3066418.tar.bz2
luarocks-b950459b4aff01a521b519f79bfd0a1eb3066418.zip
Fix typos discovered by codespell
Diffstat (limited to 'spec')
-rw-r--r--spec/unit/rockspecs_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/rockspecs_spec.lua b/spec/unit/rockspecs_spec.lua
index 2357a2a1..71da25da 100644
--- a/spec/unit/rockspecs_spec.lua
+++ b/spec/unit/rockspecs_spec.lua
@@ -34,7 +34,7 @@ describe("luarocks.rockspecs #unit", function()
34 }) 34 })
35 end) 35 end)
36 36
37 it("does not add a build dependency for non-vendored build type if it's already ther", function() 37 it("does not add a build dependency for non-vendored build type if it's already there", function()
38 local filename = "test-1.0-1.rockspec" 38 local filename = "test-1.0-1.rockspec"
39 local rockspec = { 39 local rockspec = {
40 package = "test", 40 package = "test",