summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2025-05-26 17:05:45 +0200
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2025-05-28 11:32:51 +0200
commit65888db62a3bb33285978b60c6c496081105e46d (patch)
treea49b8d76bacb4c6a23a795c9073362ec01bbe251 /shell
parent636c1dbe92217810127fb4ef5d56a88399a23bbb (diff)
downloadrules-cc-65888db62a3bb33285978b60c6c496081105e46d.tar.gz
rules documentation: Fix typos
Diffstat (limited to 'shell')
-rw-r--r--shell/RULES2
-rw-r--r--shell/test/RULES2
2 files changed, 2 insertions, 2 deletions
diff --git a/shell/RULES b/shell/RULES
index b9e91bb..3255fa4 100644
--- a/shell/RULES
+++ b/shell/RULES
@@ -3,7 +3,7 @@
[ "A rule to provide defaults for the usage of the shell"
, ""
, "All targets using invocations of the shell use the target"
- , "[\"shel\", \"defaults\"] to determine which shell to use and how to"
+ , "[\"shell\", \"defaults\"] to determine which shell to use and how to"
, "invoke it. The definition of this default target is probably the only"
, "meaningful use of this rule."
]
diff --git a/shell/test/RULES b/shell/test/RULES
index 3d49db2..64a2ef3 100644
--- a/shell/test/RULES
+++ b/shell/test/RULES
@@ -91,7 +91,7 @@
[ "The number of times the test should be run in order to detect flakyness."
, "If set, no test action will be taken from cache."
, ""
- , "The individual test runs will be summarized by the implict dependency"
+ , "The individual test runs will be summarized by the implicit dependency"
, "on the target \"summarizer\". By setting this target in the target"
, "in the target layer of this rues repository (instead of letting it"
, "default to the respective file) the layout of the summary can be"