1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Merge pull request #2701 from scalp42/minor_typo_fix

fix typos
This commit is contained in:
Mike Perham 2015-12-08 18:41:52 -08:00
commit 38f741442a
3 changed files with 4 additions and 4 deletions

View file

@ -55,7 +55,7 @@ Sidekiq::Queues.clear_all
-----------
- **FIX MEMORY LEAK** Under rare conditions, threads may leak [#2598, gazay]
- Add Ukranian locale [#2561, elrakita]
- Add Ukrainian locale [#2561, elrakita]
- Disconnect and retry Redis operations if we see a READONLY error [#2550]
- Add server middleware testing harness; see [wiki](https://github.com/mperham/sidekiq/wiki/Testing#testing-server-middleware) [#2534, ryansch]

View file

@ -334,7 +334,7 @@ class TestTesting < Sidekiq::Test
# Rspec expect change() syntax saves a reference to
# an underlying array. When the array containing jobs is
# derived, Rspec test using `change(QueueWorker.jobs, :size).by(1)`
# won't pass. This attemps to recreate that scenario
# won't pass. This attempts to recreate that scenario
# by saving a reference to the jobs array and ensuring
# it changes properly on enqueueing
jobs = QueueWorker.jobs

View file

@ -64,6 +64,6 @@ fr:
NoDeadJobsFound: Aucune tâche morte n'a été trouvée
Dead: Morte
Processes: Processus
Thread: Fil
Threads: Fils
Thread: Thread
Threads: Threads
Jobs: Tâches