Merge pull request #9246 from GoodDaisy/main

Fix typos
This commit is contained in:
Maksym Pavlenko 2023-10-16 09:04:54 -07:00 committed by GitHub
commit eb9ce4fd64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -477,7 +477,7 @@ func TestTransferImport(t *testing.T) {
// [0]: Index name or "" // [0]: Index name or ""
// [1:]: Additional images and manifest to import // [1:]: Additional images and manifest to import
// Images ending with @ will have digest appended and use the digest of the previously imported image // 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 Images []string
Opts []image.StoreOpt Opts []image.StoreOpt
}{ }{

View File

@ -15,7 +15,7 @@
# limitations under the License. # limitations under the License.
# Running Go 1.18's fuzzing for 30 seconds each. While this would be too # 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. # tests are not fundamentally broken.
set -euo pipefail set -euo pipefail