website: securing-updates: Fix typo.

* website/posts/securing-updates.md: Fix typo.
This commit is contained in:
Ludovic Courtès 2020-07-01 17:49:13 +02:00
parent 4b8834549e
commit 80ac321448
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ an attacker can push code to the Guix repository, which everyone would
pull. The change might even go unnoticed and remain in the repository
forever. An attacker with access to Savannah can also reset the main
branch to an earlier revision, leading users to install outdated
software with known vulunerabilities—a _downgrade attack_. These are
software with known vulnerabilities—a _downgrade attack_. These are
the kind of attacks we want to protect against.
# Authenticating Git checkouts