diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-02-27 12:39:51 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-02-28 14:59:38 +0100 |
commit | b9dec99ab48f95adbc27a6d12184fe2203c2c673 (patch) | |
tree | 41f53a990188f44d7e19beb0c8c3f468705ccadf /rules | |
parent | 6d28e7e77bafe30b6a30289d2755ca0bf49636bc (diff) | |
download | justbuild-b9dec99ab48f95adbc27a6d12184fe2203c2c673.tar.gz |
Various typo fixes
Co-authored-by: Sascha Roloff <sascha.roloff@huawei.com>
Diffstat (limited to 'rules')
-rw-r--r-- | rules/CC/RULES | 6 | ||||
-rw-r--r-- | rules/patch/RULES | 3 | ||||
-rw-r--r-- | rules/proto/RULES | 8 |
3 files changed, 9 insertions, 8 deletions
diff --git a/rules/CC/RULES b/rules/CC/RULES index 3bfd2008..2b420fbc 100644 --- a/rules/CC/RULES +++ b/rules/CC/RULES @@ -2,7 +2,7 @@ { "doc": [ "A rule to provide defaults." , "All CC targets take their defaults for CC, CXX, flags, etc from" - , "the target [\"CC\", \"defaults\"]. This is probably the only sensibe" + , "the target [\"CC\", \"defaults\"]. This is probably the only sensible" , "use of this rule. As targets form a different root, the defaults" , "can be provided without changing this directory." ] @@ -149,7 +149,7 @@ , "with \"/\"." ] , "pure C": - [ "If non-empty, compile as C sources rathter than C++ sources." + [ "If non-empty, compile as C sources rather than C++ sources." , "In particular, CC is used to compile rather than CXX (or their" , "respective defaults)." ] @@ -235,7 +235,7 @@ ] , "link-args": [ "List of strings that have to be added to the command line for linking actions" - , "in targets depending on on this library" + , "in targets depending on this library" ] } , "anonymous": diff --git a/rules/patch/RULES b/rules/patch/RULES index bba83c21..b1ba95e3 100644 --- a/rules/patch/RULES +++ b/rules/patch/RULES @@ -5,7 +5,8 @@ , "config_vars": ["PATCH", "ENV"] , "field_doc": { "src": - ["The single source file to patch, typically an explict file reference."] + [ "The single source file to patch, typically an explicit file reference." + ] , "patch": ["The patch to apply."] , "patch-part": [ "If the patch contains hunks for multiple files, only apply hunks for" diff --git a/rules/proto/RULES b/rules/proto/RULES index 95fb87ad..a9152dde 100644 --- a/rules/proto/RULES +++ b/rules/proto/RULES @@ -1,8 +1,8 @@ { "library": { "doc": - [ "A proto library as abtract data structure." + [ "A proto library as abstract data structure." , "" - , "Such a libray does not produce any artifacts itself, but it can be" + , "Such a library does not produce any artifacts itself, but it can be" , "used as a dependency for various language-specific rules." ] , "target_fields": ["srcs", "deps"] @@ -16,7 +16,7 @@ ] , "name": ["The name of the (abstract) library."] , "service": - [ "If non empty, generate a service library (with acces sto \"rpc\"" + [ "If non empty, generate a service library (with access to \"rpc\"" , "definitions) instead of a regular one." ] } @@ -24,7 +24,7 @@ , "runfiles_doc": ["None"] , "provides_doc": { "proto": - [ "A list containing a single target-graph node with the defintion of" + [ "A list containing a single target-graph node with the definition of" , "this proto library. The node types generated are \"library\" and" , "\"service library\"." ] |