Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
e-dard committed Oct 24, 2017
1 parent 6cd11e4 commit f1947fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion influxql/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -1374,7 +1374,7 @@ func (p *Parser) parseShowTagValuesCardinalityStatement(exact bool) (Statement,
return stmt, nil
}

// parseTagKeys pa³rses a string and returns a list of tag keys.
// parseTagKeys parses a string and returns a list of tag keys.
func (p *Parser) parseTagKeyExpr() (Token, Literal, error) {
var err error

Expand Down

0 comments on commit f1947fb

Please sign in to comment.