diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-05-28 11:51:12 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-05-28 11:51:12 +0200 |
commit | 9294f628098a8907d9791db610792694304182de (patch) | |
tree | 3e16a2f1a5774b8c2f75a32c756f993e5fb059f9 | |
parent | 44b5d6dc9e7241306535ff11be1e8eb43b6dd4ba (diff) | |
parent | c293add09786c810380602f1ea3c29ad32c4635a (diff) | |
download | rules-cc-9294f628098a8907d9791db610792694304182de.tar.gz |
Merge commit 'c293add09786c810380602f1ea3c29ad32c4635a' into HEAD
-rw-r--r-- | rules/data/RULES | 4 | ||||
-rw-r--r-- | rules/shell/RULES | 2 | ||||
-rw-r--r-- | rules/shell/test/RULES | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/rules/data/RULES b/rules/data/RULES index ab5c92e..49bc1f0 100644 --- a/rules/data/RULES +++ b/rules/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/rules/shell/RULES b/rules/shell/RULES index 7f53a4b..e747771 100644 --- a/rules/shell/RULES +++ b/rules/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/rules/shell/test/RULES b/rules/shell/test/RULES index bab1d8b..3170dcf 100644 --- a/rules/shell/test/RULES +++ b/rules/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" |