Skip to content

Commit

Permalink
add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tharun0064 committed Feb 5, 2025
1 parent 75113bd commit 862d4c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ type CommonParameters struct {
func SetCommonParameters(args args.ArgumentList, version uint64, databases string) *CommonParameters {
return &CommonParameters{
Version: version,
Databases: databases,
Databases: databases, // comma seperated database names

Check failure on line 29 in src/query-performance-monitoring/common-parameters/common_parameters.go

View workflow job for this annotation

GitHub Actions / push-pr / static-analysis / Run all static analysis checks

`seperated` is a misspelling of `separated` (misspell)
QueryMonitoringCountThreshold: validateAndGetQueryMonitoringCountThreshold(args),
QueryMonitoringResponseTimeThreshold: validateAndGetQueryMonitoringResponseTimeThreshold(args),
Host: args.Hostname,
Expand Down

0 comments on commit 862d4c4

Please sign in to comment.