mirror of
https://github.com/restic/rest-server.git
synced 2025-12-06 17:15:45 -08:00
Fix typo in error message
This commit is contained in:
committed by
Alexander Neumann
parent
e957e42336
commit
73a6000f10
2
mux.go
2
mux.go
@@ -62,7 +62,7 @@ func NewHandler(server *Server) (http.Handler, error) {
|
||||
return nil, err
|
||||
}
|
||||
server.quotaManager = qm
|
||||
log.Printf("Quota initialized, currenly using %.2f GiB", float64(qm.SpaceUsed())/GiB)
|
||||
log.Printf("Quota initialized, currently using %.2f GiB", float64(qm.SpaceUsed())/GiB)
|
||||
}
|
||||
|
||||
mux := http.NewServeMux()
|
||||
|
||||
Reference in New Issue
Block a user