Skip to content

Commit 213cd9d

Browse files
committed
Merge pull request nsqio#595 from alister/patch-1
smallest spelling fix
2 parents 9fb1e40 + 4e1b7ab commit 213cd9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/nsq_to_file/nsq_to_file.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ var (
3737
hostIdentifier = flag.String("host-identifier", "", "value to output in log filename in place of hostname. <SHORT_HOST> and <HOSTNAME> are valid replacement tokens")
3838
gzipLevel = flag.Int("gzip-level", 6, "gzip compression level (1-9, 1=BestSpeed, 9=BestCompression)")
3939
gzipEnabled = flag.Bool("gzip", false, "gzip output files.")
40-
skipEmptyFiles = flag.Bool("skip-empty-files", false, "Skip writting empty files")
40+
skipEmptyFiles = flag.Bool("skip-empty-files", false, "Skip writing empty files")
4141
topicPollRate = flag.Duration("topic-refresh", time.Minute, "how frequently the topic list should be refreshed")
4242
topicPattern = flag.String("topic-pattern", ".*", "Only log topics matching the following pattern")
4343

0 commit comments

Comments
 (0)