Skip to content

Commit 151090d

Browse files
committed
fix typo
1 parent f1d21a9 commit 151090d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filebeat/input/filestream/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ func (c *config) Validate() error {
237237
return nil
238238
}
239239

240-
// checkUnsupportedParams checks if unsupported/deprecated/discouraged paramaters are set and logs a warning
240+
// checkUnsupportedParams checks if unsupported/deprecated/discouraged parameters are set and logs a warning
241241
func (c config) checkUnsupportedParams(logger *logp.Logger) {
242242
if c.AllowIDDuplication {
243243
logger.Named("filestream").Warn(

0 commit comments

Comments
 (0)