From 2ac31ca53b58e6d6d5367bd78896f4d250c22591 Mon Sep 17 00:00:00 2001 From: Ibrahim Awwal Date: Mon, 21 Mar 2016 15:23:39 -0700 Subject: [PATCH] Clean up doc comment in file.rb Fixed grammar for create_if_deleted doc comment. --- lib/logstash/outputs/file.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/logstash/outputs/file.rb b/lib/logstash/outputs/file.rb index 858bb99..dcabdbe 100644 --- a/lib/logstash/outputs/file.rb +++ b/lib/logstash/outputs/file.rb @@ -54,8 +54,8 @@ class LogStash::Outputs::File < LogStash::Outputs::Base # into this file and inside the defined path. config :filename_failure, :validate => :string, :default => '_filepath_failures' - # If the a file is deleted, but an event is comming with the need to be stored - # in such a file, the plugin will created a gain this file. Default => true + # If an output file is deleted, but an event is received with the need to be stored + # in such a file, the plugin will create this file again. Default => true config :create_if_deleted, :validate => :boolean, :default => true # Dir access mode to use. Note that due to the bug in jruby system umask