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

Unified Diff: client/logdog/butlerlib/streamproto/properties.go

Issue 1906023002: LogDog: Add project namespace to Butler/Collector. (Closed) Base URL: https://github.com/luci/luci-go@logdog-project-archivist
Patch Set: Rebase? Created 4 years, 8 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 | « client/logdog/butlerlib/bootstrap/environment.go ('k') | common/proto/logdog/logpb/butler.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/logdog/butlerlib/streamproto/properties.go
diff --git a/client/logdog/butlerlib/streamproto/properties.go b/client/logdog/butlerlib/streamproto/properties.go
index bf22743cf650195b77a4cc825c889e8709072a94..0cb7d75e54b8c51253e4903621c42715ceffef9c 100644
--- a/client/logdog/butlerlib/streamproto/properties.go
+++ b/client/logdog/butlerlib/streamproto/properties.go
@@ -41,7 +41,7 @@ type Properties struct {
// create a Butler stream.
//
// It skips stream Prefix validation and instead asserts that it is empty, as
-// it should not be populatated when Properties are defined.
+// it should not be populated when Properties are defined.
func (p *Properties) Validate() error {
if err := p.LogStreamDescriptor.Validate(false); err != nil {
return err
« no previous file with comments | « client/logdog/butlerlib/bootstrap/environment.go ('k') | common/proto/logdog/logpb/butler.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698