XL: erasure Index should have its corresponding distribution order. (#2300)

This commit is contained in:
Harshavardhana
2016-07-27 11:57:08 -07:00
committed by GitHub
parent 77248bd6e8
commit 2f7358a8a6
5 changed files with 22 additions and 10 deletions
+1 -1
View File
@@ -226,7 +226,7 @@ func (api objectAPIHandlers) HeadObjectHandler(w http.ResponseWriter, r *http.Re
// Set standard object headers.
setObjectHeaders(w, objInfo, nil)
// Successfull response.
// Successful response.
w.WriteHeader(http.StatusOK)
}