diff --git a/server/stream.go b/server/stream.go index f9219398..1e11d093 100644 --- a/server/stream.go +++ b/server/stream.go @@ -118,7 +118,7 @@ type StreamSource struct { FilterSubject string `json:"filter_subject,omitempty"` External *ExternalStream `json:"external,omitempty"` - // Internale + // Internal iname string // For indexing when stream names are the same for multiple sources. }