Skip to content

Commit

Permalink
Merge pull request #1367 from fluent/fix-typo-winsvc-stop
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
tagomoris authored Dec 14, 2016
2 parents e17c575 + 78a4175 commit c7a1530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fluent/winsvc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def service_stop
ev.set
ev.close
if @pid > 0
Porcess.waitpid(@pid)
Process.waitpid(@pid)
end
end
end
Expand Down

0 comments on commit c7a1530

Please sign in to comment.