summaryrefslogtreecommitdiff
path: root/shell/RULES
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2025-05-28 11:54:17 +0200
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2025-05-28 11:54:17 +0200
commitf4dc32eec4aa28c6cc4daadded5b05a47e40d658 (patch)
tree9a0c0d4583f2c5f597a947bd5221077c210d214f /shell/RULES
parentc293add09786c810380602f1ea3c29ad32c4635a (diff)
downloadrules-cc-f4dc32eec4aa28c6cc4daadded5b05a47e40d658.tar.gz
rules documentation: Fix typos
Diffstat (limited to 'shell/RULES')
-rw-r--r--shell/RULES6
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/RULES b/shell/RULES
index e747771..7dccda3 100644
--- a/shell/RULES
+++ b/shell/RULES
@@ -157,7 +157,7 @@
}
, "cmds":
{ "doc":
- [ "Execute comands using the shell"
+ [ "Execute commands using the shell"
, ""
, "This rule behaves similar to the built-in \"generic\" rule, however"
, "with the difference that the shell toolchain is honored."
@@ -168,7 +168,7 @@
, "field_doc":
{ "deps":
[ "Any inputs to the argument."
- , "Both, artifacts and rufiles of the dependecies are staged into"
+ , "Both, artifacts and runfiles of the dependencies are staged into"
, "the (effective) working directory of the action. Conflicts are"
, "resolved by giving artifacts priority to runfiles, and within"
, "each of those priority to ones brought by the latest dependency."
@@ -177,7 +177,7 @@
[ "The command to be executed."
, "Individual entries are joined by newline characters; the whole"
, "script is then prefixed by commands necessary to set up the"
- , "work environment using the shell tool chain."
+ , "work environment using the shell toolchain."
]
, "defaults": ["The shell toolchain to use."]
, "outs": ["The expected file outputs"]