summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2025-05-28 11:50:04 +0200
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2025-05-28 11:50:04 +0200
commitc293add09786c810380602f1ea3c29ad32c4635a (patch)
tree1c17d4f3afb0c1fdca1bd0015c3ba3c56a035e50
parente4832b312961cda793376a13fd3b48816b37ea4b (diff)
parent65888db62a3bb33285978b60c6c496081105e46d (diff)
downloadrules-cc-c293add09786c810380602f1ea3c29ad32c4635a.tar.gz
Merge commit '65888db62a3bb33285978b60c6c496081105e46d' into HEAD
-rw-r--r--data/RULES4
-rw-r--r--shell/RULES2
-rw-r--r--shell/test/RULES2
3 files changed, 4 insertions, 4 deletions
diff --git a/data/RULES b/data/RULES
index ab5c92e..49bc1f0 100644
--- a/data/RULES
+++ b/data/RULES
@@ -22,7 +22,7 @@
[ "The runfiles and artifacts of the \"srcs\" targets, leaving out"
, "the ones with logical path in \"drop\", staged to the directory"
, "specified in \"stage\" together the runfiles of the targets"
- , "specied in the field \"deps\" (in their original location)."
+ , "specified in the field \"deps\" (in their original location)."
]
, "runfiles_doc": ["Same as artifacts"]
, "imports":
@@ -110,7 +110,7 @@
, "artifacts_doc":
[ "Artifacts of the targets specified in \"deps\". For conflicting"
, "logical paths, the artifact is taken from the latest target (in"
- , "the \"deps\" field) that defines that logical path"
+ , "the \"deps\" field) that defines that logical path."
]
, "runfiles_doc": ["Same as artifacts"]
, "expression":
diff --git a/shell/RULES b/shell/RULES
index 7f53a4b..e747771 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 bab1d8b..3170dcf 100644
--- a/shell/test/RULES
+++ b/shell/test/RULES
@@ -95,7 +95,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"