docs: fix typos

This commit is contained in:
André Roth
2026-05-03 15:00:31 +02:00
parent 813d9c660d
commit 84c8e5cf22
9 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -333,7 +333,7 @@ func apiMirrorsPackages(c *gin.Context) {
type mirrorUpdateParams struct {
// Change mirror name to `Name`
Name string ` json:"Name" example:"mirror1"`
// Gpg keyring(s) for verifing Release file
// Gpg keyring(s) for verifying Release file
Keyrings []string ` json:"Keyrings" example:"trustedkeys.gpg"`
// Set "true" to ignore checksum errors
IgnoreChecksums bool ` json:"IgnoreChecksums"`