diff --git a/sftpd/sftpd.go b/sftpd/sftpd.go index f670e6ca..d06d9832 100644 --- a/sftpd/sftpd.go +++ b/sftpd/sftpd.go @@ -41,7 +41,7 @@ type connectionTransfer struct { // ActiveQuotaScan username and start data for a quota scan type ActiveQuotaScan struct { - Username string `json:"usernane"` + Username string `json:"username"` StartTime int64 `json:"start_time"` }