Skip to content

Commit 9068acb

Browse files
authored
Fix typo in downloads.rs (#6195)
1 parent a9e25df commit 9068acb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controllers/version/downloads.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ pub async fn download(
9797
//
9898
// Thankfully Cargo always uses the right name when calling the endpoint, and we can
9999
// keep it working during a full database outage by unconditionally redirecting without
100-
// checking whether the crate exists or the rigth name is used. Non-Cargo clients might
100+
// checking whether the crate exists or the right name is used. Non-Cargo clients might
101101
// get a 404 response instead of a 500, but that's worth it.
102102
//
103103
// Without a working database we also can't count downloads, but that's also less

0 commit comments

Comments
 (0)