Skip to content

Commit a5901cd

Browse files
committed
Fix typo
1 parent 35b5312 commit a5901cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PkgAuthentication.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ function step(state::NoAuthentication)::Union{RequestLogin, Failure}
226226
if success
227227
return RequestLogin(state.server, state.auth_suffix, challenge, body_or_response, token_endpoint)
228228
else
229-
return HttpError(body_or_reponse)
229+
return HttpError(body_or_response)
230230
end
231231
end
232232

0 commit comments

Comments
 (0)