From e9269910b3e53e8ae0e04ffdd244d6fff4a59d96 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Fri, 21 Aug 2026 20:07:43 -0700 Subject: [PATCH] Fix typos Spelling corrections found with the `typos` linter (https://github.com/crate-ci/typos). Comments, docs, and test descriptions only -- no functional changes. Co-Authored-By: Claude Opus 5 (1M context) Signed-off-by: Tim Smith --- spec/spec_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index fd01cf0a..36e0f0cf 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -21,7 +21,7 @@ require "kitchen/driver/docker" RSpec.configure do |config| - # Basic configuraiton + # Basic configuration config.run_all_when_everything_filtered = true config.filter_run(:focus)