| 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
|
|
|