Update xtask/src/release.rs

Co-authored-by: Laurențiu Nicola <lnicola@users.noreply.github.com>
This commit is contained in:
Aleksey Kladov 2021-04-26 13:49:19 +03:00 committed by GitHub
parent 1745207a08
commit 26dfb6b9d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ impl flags::Release {
// it. As we are setting `release` branch to an up-to-date `nightly`
// tag, this shouldn't be problematic in general.
//
// Note that, as we tag releases, we don't worry about "loosing"
// Note that, as we tag releases, we don't worry about "losing"
// commits -- they'll be kept alive by the tag. More generally, we
// don't care about historic releases all that much, it's fine even
// to delete old tags.