Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnps authored Oct 13, 2016
1 parent 34c4c4d commit 4261c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/indicesdeleteindex.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
)

// The delete API allows you to delete one or more indices through an API. This operation may fail
// if the elasitsearch configuration has been set to forbid deleting indexes.
// if the elasticsearch configuration has been set to forbid deleting indexes.
func (c *Conn) DeleteIndex(index string) (BaseResponse, error) {
var url string
var retval BaseResponse
Expand Down

0 comments on commit 4261c0d

Please sign in to comment.