Skip to content

Commit 7aa1c97

Browse files
authored
checkpoint: fix a typo (#1036)
Signed-off-by: William Woodruff <william@trailofbits.com>
1 parent 28237a4 commit 7aa1c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sigstore/_internal/rekor/checkpoint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def from_text(cls, text: str) -> SignedNote:
130130
separator: str = "\n\n"
131131
if text.count(separator) != 1:
132132
raise VerificationError(
133-
"note must contain one blank line, deliniating the text from the signature block"
133+
"note must contain one blank line, delineating the text from the signature block"
134134
)
135135
split = text.index(separator)
136136

0 commit comments

Comments
 (0)