Stupid spelling where I introduced this..

Signed-off-by: Derek Collison <derek@nats.io>
This commit is contained in:
Derek Collison
2021-05-12 14:32:06 -07:00
parent c9f933af50
commit df8835d2d0

View File

@@ -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.
}