Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKir Kolyshkin <kolyshkin@gmail.com>2022-03-31 04:45:16 +0300
committerAndrei Vagin <avagin@gmail.com>2022-04-29 03:53:52 +0300
commit0194ed392ffe4e936dca031fbecafa417d218eec (patch)
tree20f2af19767720a9576d469cb572bc6cdd9f4451 /Documentation
parent3f180047783486c003609328af584b060d3c545c (diff)
Fix some codespell warnings
Brought to you by codespell -w (using codespell v2.1.0). Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/compel.txt2
-rw-r--r--Documentation/criu.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/compel.txt b/Documentation/compel.txt
index 6ccd20861..a44ca22c6 100644
--- a/Documentation/compel.txt
+++ b/Documentation/compel.txt
@@ -90,7 +90,7 @@ The parasitic code is compiled and converted to a header using *compel*, and inc
*#include "parasite.h"*
-Following steps are perfomed to infect the victim process:
+Following steps are performed to infect the victim process:
- stop the task: *int compel_stop_task(int pid);*
- prepare infection handler: *struct parasite_ctl *compel_prepare(int pid);*
diff --git a/Documentation/criu.txt b/Documentation/criu.txt
index 57b791138..8b128f63e 100644
--- a/Documentation/criu.txt
+++ b/Documentation/criu.txt
@@ -106,7 +106,7 @@ be restored with *mount(src, mountpoint, flags, options)*. When used,
*dump* is expected to always succeed if a mountpoint is to be
auto-detected, however *restore* may fail (or do something wrong)
if the assumption for restore logic is incorrect. This option is
-not compatable with *--external* *dev*.
+not compatible with *--external* *dev*.
*--action-script* 'script'::
Add an external action script to be executed at certain stages.