From 97ee44426adaac35adfddbd6123d7cd64e04d0db Mon Sep 17 00:00:00 2001 From: ydah Date: Thu, 29 Jan 2026 23:00:29 +0900 Subject: [PATCH] s/orginal/original/ --- spec/jwe/zip_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/jwe/zip_spec.rb b/spec/jwe/zip_spec.rb index e1335e9..e704a67 100644 --- a/spec/jwe/zip_spec.rb +++ b/spec/jwe/zip_spec.rb @@ -15,7 +15,7 @@ end describe JWE::Zip::Def do - context 'with the orginal payload' do + context 'with the original payload' do it 'deflates and inflates to original payload' do deflate = JWE::Zip::Def.new deflated = deflate.compress('hello world')