From 39dc71f4420c4de112acfd99ed34e941f0e44f07 Mon Sep 17 00:00:00 2001 From: "Lixia (Sylvia) Lei" Date: Mon, 29 Apr 2024 15:17:37 +0800 Subject: [PATCH] fix typo Signed-off-by: Lixia (Sylvia) Lei --- extendedcopy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extendedcopy.go b/extendedcopy.go index cde9f1a1..e592394e 100644 --- a/extendedcopy.go +++ b/extendedcopy.go @@ -65,7 +65,7 @@ type ExtendedCopyGraphOptions struct { // ExtendedCopy copies the directed acyclic graph (DAG) that are reachable from // the given tagged node from the source GraphTarget to the destination Target. -// In other words, it copies an tagged artifact along with its referrers or +// In other words, it copies a tagged artifact along with its referrers or // other predecessor manifests referencing it. // // The tagged node (e.g. a tagged manifest of the artifact) is identified by the