From 2f3ac379dd3a6a009409858d7bacbc8ebd232efd Mon Sep 17 00:00:00 2001 From: Anthony Scalisi Date: Tue, 8 Dec 2015 12:39:32 -0800 Subject: [PATCH 1/2] fix typos --- Changes.md | 2 +- test/test_testing_fake.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changes.md b/Changes.md index 2b1cc401..5bfbeff0 100644 --- a/Changes.md +++ b/Changes.md @@ -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] diff --git a/test/test_testing_fake.rb b/test/test_testing_fake.rb index 49434804..edb84eb6 100644 --- a/test/test_testing_fake.rb +++ b/test/test_testing_fake.rb @@ -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 From 1cf73773f1d892c2b776064f0be0fa73c2197712 Mon Sep 17 00:00:00 2001 From: Anthony Scalisi Date: Tue, 8 Dec 2015 12:43:37 -0800 Subject: [PATCH 2/2] thread is thread in french --- web/locales/fr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/locales/fr.yml b/web/locales/fr.yml index 47f6fe82..14c86793 100644 --- a/web/locales/fr.yml +++ b/web/locales/fr.yml @@ -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