From 78a417564df0f32c3fad4acb8dfbf1beb942d78d Mon Sep 17 00:00:00 2001 From: TAGOMORI Satoshi Date: Tue, 13 Dec 2016 17:22:36 +0900 Subject: [PATCH] fix typo --- lib/fluent/winsvc.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fluent/winsvc.rb b/lib/fluent/winsvc.rb index fca7c99d78..97eaf34f2f 100644 --- a/lib/fluent/winsvc.rb +++ b/lib/fluent/winsvc.rb @@ -58,7 +58,7 @@ def service_stop ev.set ev.close if @pid > 0 - Porcess.waitpid(@pid) + Process.waitpid(@pid) end end end