Skip to content

Commit

Permalink
Change datbase => database
Browse files Browse the repository at this point in the history
  • Loading branch information
toddboom committed Mar 24, 2015
1 parent bfad9a1 commit 76b8c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ func (c *createMeasurementsIfNotExistsCommand) addFieldIfNotExists(measurement,
}

type dropSeriesCommand struct {
Database string `json:"datbase"`
Database string `json:"database"`
SeriesByMeasurement map[string][]uint32 `json:"seriesIds"`
}

Expand Down

0 comments on commit 76b8c39

Please sign in to comment.