summaryrefslogtreecommitdiff
path: root/rules/proto
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2023-02-28 15:19:24 +0100
committerKlaus Aehlig <klaus.aehlig@huawei.com>2023-02-28 15:19:24 +0100
commit178d6a116fb99fe0abe458338135443314fc18ef (patch)
tree033bbc570ec40d66a8c190918fdd6a9ac24a1e0a /rules/proto
parent0a4c8960e0c838b803289102de4b9b760a646cb1 (diff)
parent95bef3c6237c2d3950ba4d886aa0329d242105ce (diff)
downloadrules-cc-178d6a116fb99fe0abe458338135443314fc18ef.tar.gz
Merge commit '95bef3c6237c2d3950ba4d886aa0329d242105ce' into HEAD
Diffstat (limited to 'rules/proto')
-rw-r--r--rules/proto/RULES8
1 files changed, 4 insertions, 4 deletions
diff --git a/rules/proto/RULES b/rules/proto/RULES
index 95fb87a..a9152dd 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\"."
]