Explorar el Código

Fix typo in docs

Mike Naberezny hace 10 años
padre
commit
af14550f83
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/configuration.rst

+ 1 - 1
docs/configuration.rst

@@ -688,7 +688,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.