Skip to content

Commit 802fa36

Browse files
committed
fix spelling error in message: specfication
1 parent 5a352eb commit 802fa36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-dataconnect/ci/post_comment_for_job_results.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def parse(cls, s: str) -> JobResult:
122122
colon_index = s.find(":")
123123
if colon_index < 0:
124124
raise ParseError(
125-
"no colon (:) character found in job result specfication, "
125+
"no colon (:) character found in job result specification, "
126126
"which is required to delimit the job ID from the job result"
127127
)
128128
job_id = s[:colon_index]

0 commit comments

Comments
 (0)