Skip to content

Commit a19cf2c

Browse files
committed
services/object: fix typo
Signed-off-by: Andrey Butusov <[email protected]>
1 parent ce6924a commit a19cf2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/services/object/get/assemble.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ func (exec *execCtx) assemble() {
7676
// * else go right-to-left with GET and compose in single object before writing
7777

7878
if ok := exec.overtakePayloadInReverse(*prev); ok {
79-
// payload of all children except the last are written, write last payloa
79+
// payload of all children except the last are written, write last payload
8080
exec.writeObjectPayload(exec.collectedObject, exec.collectedReader)
8181
}
8282
}

0 commit comments

Comments
 (0)