fix golint issue on comment

This commit is contained in:
Tan Jiang 2016-06-23 10:50:10 +08:00
parent 26124d366f
commit 06c12ee622

View File

@ -92,7 +92,7 @@ func MaxJobWorkers() int {
return maxJobWorkers
}
// LocaUIURL returns the local ui url, job service will use this URL to call API hosted on ui process
// LocalUIURL returns the local ui url, job service will use this URL to call API hosted on ui process
func LocalUIURL() string {
return localUIURL
}