diff --git a/expandybird/service/service.go b/expandybird/service/service.go index 063edd11a5fa41720e3f8ecf6789ff222c776d1f..d770db1272aa5da2995a3bda24309e33161480e6 100644 --- a/expandybird/service/service.go +++ b/expandybird/service/service.go @@ -33,7 +33,7 @@ type Service struct { *restful.WebService } -// NewService creates and returns a new Service, initalized with a new +// NewService creates and returns a new Service, initialized with a new // restful.WebService configured with a route that dispatches to the supplied // handler. The new Service must be registered before accepting traffic by // calling Register.