Explorar el Código

Minor typo fix (#3679)

Will hace 8 años
padre
commit
51b47229be
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/userguide/tasks.rst

+ 1 - 1
docs/userguide/tasks.rst

@@ -38,7 +38,7 @@ as...
    a :sig:`SIGSEGV` (segmentation fault) or similar signals to the process.
 #. We assume that a system administrator deliberately killing the task
    does not want it to automatically restart.
-#. A task that allocates to much memory is in danger of triggering the kernel
+#. A task that allocates too much memory is in danger of triggering the kernel
    OOM killer, the same may happen again.
 #. A task that always fails when redelivered may cause a high-frequency
    message loop taking down the system.