From bfa8f084411e28cedaaf5db52a83b827a7d500fd Mon Sep 17 00:00:00 2001 From: osrm <90407222+osrm@users.noreply.github.com> Date: Tue, 3 Dec 2024 16:15:41 +0900 Subject: [PATCH] fix typo README.md "subprocesseses" -> "subprocesses" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dff6f5e..c05544c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Delphinus monitors are served as relay systems for Delphinus Cross Chain solutio ## Install supervisord: [Supervisor](https://github.com/Supervisor/supervisor) is a client/server system that allows its users to monitor and control a number of processes on UNIX-like operating systems. We use supervisor to monitor process. -The server piece of supervisor is named **supervisord**. It is responsible for starting child programs at its own invocation, responding to commands from clients, restarting crashed or exited subprocesseses, logging its subprocess stdout and stderr output, and generating and handling “events” corresponding to points in subprocess lifetimes. +The server piece of supervisor is named **supervisord**. It is responsible for starting child programs at its own invocation, responding to commands from clients, restarting crashed or exited subprocesses, logging its subprocess stdout and stderr output, and generating and handling “events” corresponding to points in subprocess lifetimes. Here we take Ubuntu for example, you can get more info [here](http://supervisord.org/).