Mike Naberezny 9 лет назад
Родитель
Сommit
f601d7454f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docs/configuration.rst

+ 1 - 1
docs/configuration.rst

@@ -684,7 +684,7 @@ where specified.
   process if it exits when it is in the ``RUNNING`` state.  May be
   process if it exits when it is in the ``RUNNING`` state.  May be
   one of ``false``, ``unexpected``, or ``true``.  If ``false``, the
   one of ``false``, ``unexpected``, or ``true``.  If ``false``, the
   process will not be autorestarted.  If ``unexpected``, the process
   process will not be autorestarted.  If ``unexpected``, the process
-  will be restart when the program exits with an exit code that is
+  will be restarted when the program exits with an exit code that is
   not one of the exit codes associated with this process' configuration
   not one of the exit codes associated with this process' configuration
   (see ``exitcodes``).  If ``true``, the process will be unconditionally
   (see ``exitcodes``).  If ``true``, the process will be unconditionally
   restarted when it exits, without regard to its exit code.
   restarted when it exits, without regard to its exit code.