corrected ResponseWriter typo

This commit is contained in:
majormjr 2016-10-11 12:24:20 -04:00
parent b7eaccce60
commit 1b99c86403

View File

@ -949,7 +949,7 @@ func GetServerSettings(w http.ResponseWriter, r *http.Request) {
log.Printf("Sent server settings response")
}
func UpdateServerSettings(w http.ResponseWrite, r *http.Request) {
func UpdateServerSettings(w http.ResponseWriter, r *http.Request) {
resp := JSONResponse{
Success: false,
}