Skip to content

Commit 16a7122

Browse files
authored
Spell cancelled the wrong way
1 parent bb5617b commit 16a7122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/auth/recordingmetadata/recordingmetadatav1/recordingmetadata.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ func (s *RecordingMetadataService) ProcessSessionRecording(ctx context.Context,
128128
})
129129
}
130130

131-
// an upload will be cancelled if there is an error during processing, so we don't
131+
// an upload will be canceled if there is an error during processing, so we don't
132132
// leave incomplete files behind
133133
w, cancelUpload, uploadErrs := s.startUpload(ctx, sessionID)
134134
shouldCancelUpload := true

0 commit comments

Comments
 (0)