Fix typos

Signed-off-by: Daisy Rong <zrong0405@gmail.com>
This commit is contained in:
Daisy Rong 2023-10-16 22:14:09 +08:00
parent 23573965ff
commit 930ee552e0
2 changed files with 2 additions and 2 deletions

View File

@ -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
}{

View File

@ -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