Fix spelling mistakes (#4888)
This commit is contained in:
committed by
Daniel Nelson
parent
1ec12ba6ad
commit
17360f079c
@@ -220,7 +220,7 @@ func (c *httpClient) Database() string {
|
||||
return c.database
|
||||
}
|
||||
|
||||
// CreateDatabase attemps to create a new database in the InfluxDB server.
|
||||
// CreateDatabase attempts to create a new database in the InfluxDB server.
|
||||
// Note that some names are not allowed by the server, notably those with
|
||||
// non-printable characters or slashes.
|
||||
func (c *httpClient) CreateDatabase(ctx context.Context) error {
|
||||
|
||||
Reference in New Issue
Block a user