Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(183)

Unified Diff: common/gcloud/pubsub/topic.go

Issue 1537883002: Initial distributor implementation (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: fix imports and make dummy.go a real file Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « common/api/dm/service/v1/walk_graph_normalize.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: common/gcloud/pubsub/topic.go
diff --git a/common/gcloud/pubsub/topic.go b/common/gcloud/pubsub/topic.go
index 15a267b21517d169639f82b6691b860cef427710..5c9e9f124d74da4bed8c30d08511a85e7a4c455f 100644
--- a/common/gcloud/pubsub/topic.go
+++ b/common/gcloud/pubsub/topic.go
@@ -13,7 +13,7 @@ type Topic string
var _ flag.Value = (*Topic)(nil)
-// NewTopic generates a new Subscritpion for a given project and topic name.
+// NewTopic generates a new Topic for a given project and topic name.
func NewTopic(project, name string) Topic {
return Topic(newResource(project, "topics", name))
}
« no previous file with comments | « common/api/dm/service/v1/walk_graph_normalize.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698