diff --git a/integration/client/import_test.go b/integration/client/import_test.go index 9f2cc46e6..4c4944f19 100644 --- a/integration/client/import_test.go +++ b/integration/client/import_test.go @@ -477,7 +477,7 @@ func TestTransferImport(t *testing.T) { // [0]: Index name or "" // [1:]: Additional images and manifest to import // Images ending with @ will have digest appended and use the digest of the previously imported image - // A space can be used to seperate a repo name and tag, only the tag will be set in the imported image + // A space can be used to separate a repo name and tag, only the tag will be set in the imported image Images []string Opts []image.StoreOpt }{ diff --git a/script/go-test-fuzz.sh b/script/go-test-fuzz.sh index ceae5d75c..a94d6ed65 100755 --- a/script/go-test-fuzz.sh +++ b/script/go-test-fuzz.sh @@ -15,7 +15,7 @@ # limitations under the License. # Running Go 1.18's fuzzing for 30 seconds each. While this would be too -# short to acutally find issues, we want to make sure that these fuzzing +# short to actually find issues, we want to make sure that these fuzzing # tests are not fundamentally broken. set -euo pipefail