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/patch | |
parent | 6d28e7e77bafe30b6a30289d2755ca0bf49636bc (diff) | |
download | justbuild-b9dec99ab48f95adbc27a6d12184fe2203c2c673.tar.gz |
Various typo fixes
Co-authored-by: Sascha Roloff <sascha.roloff@huawei.com>
Diffstat (limited to 'rules/patch')
-rw-r--r-- | rules/patch/RULES | 3 |
1 files changed, 2 insertions, 1 deletions
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" |