From 0461f77daf45073eebb681a43c31f43a81349998 Mon Sep 17 00:00:00 2001 From: Shawn Smith Date: Fri, 29 Jan 2016 15:29:23 +0900 Subject: [PATCH] fix typo --- expandybird/service/service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/expandybird/service/service.go b/expandybird/service/service.go index 063edd11a..d770db127 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.