DEV: Fix random typos (#29161)

This commit is contained in:
Jarek Radosz
2024-10-10 16:11:55 +02:00
committed by GitHub
parent 909264ee75
commit 8105b545c3
6 changed files with 10 additions and 10 deletions

View File

@ -162,7 +162,7 @@ RSpec.describe DiscourseRedis do
end
describe "#eval" do
it "keys and arvg are passed correcty" do
it "keys and argv are passed correctly" do
keys = %w[key1 key2]
argv = %w[arg1 arg2]
@ -177,7 +177,7 @@ RSpec.describe DiscourseRedis do
end
describe "#evalsha" do
it "keys and arvg are passed correcty" do
it "keys and argv are passed correctly" do
keys = %w[key1 key2]
argv = %w[arg1 arg2]