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

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: Also update bootstrap logic. 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
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

Powered by Google App Engine
This is Rietveld 408576698