Skip to content

Commit

Permalink
Minor change for comment
Browse files Browse the repository at this point in the history
  • Loading branch information
q131172019 committed Aug 11, 2022
1 parent c2b3670 commit 6a4b0f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource-management/cmds/service-api/service-api.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func main() {
localMetrics.SetEnableResourceManagementMeasurement(metricsEnabled)
c.ResourceUrls = strings.Split(urls, ",")

// Check whether c.ResourceUrls contains vaild urls
// Check whether c.ResourceUrls contains invaild urls
for _, url := range c.ResourceUrls {
if url == "" {
klog.Errorf("Error: resource url is missing or wrong input when input --resource_urls")
Expand Down

0 comments on commit 6a4b0f4

Please sign in to comment.