summaryrefslogtreecommitdiff
path: root/toolchains
diff options
context:
space:
mode:
authoraiuto <aiuto@google.com>2022-04-01 10:52:46 -0400
committerGitHub <noreply@github.com>2022-04-01 10:52:46 -0400
commit247cff36236c378626f879f5badb456dfc0eca65 (patch)
tree525c57919ebcb307c5a0af9bea8c69865c617643 /toolchains
parent24830c52a9d46d0a4ab5e422df08b7d07f96637b (diff)
downloadbazelbuild-rules_pkg-247cff36236c378626f879f5badb456dfc0eca65.tar.gz
typos (#556)
Diffstat (limited to 'toolchains')
-rw-r--r--toolchains/git/BUILD4
-rw-r--r--toolchains/rpm/BUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/toolchains/git/BUILD b/toolchains/git/BUILD
index 72eaf11..bf1fa75 100644
--- a/toolchains/git/BUILD
+++ b/toolchains/git/BUILD
@@ -38,7 +38,7 @@ exports_files(
visibility = ["//visibility:public"],
)
-# Expose the availabilty of an actual git as a config_setting, so we can
+# Expose the availability of an actual git as a config_setting, so we can
# select() on it.
config_setting(
name = "have_git",
@@ -48,7 +48,7 @@ config_setting(
visibility = ["//visibility:public"],
)
-# Expose the availabilty of an actual git as a feature flag, so we can
+# Expose the availability of an actual git as a feature flag, so we can
# create a config_setting from it.
is_git_available(
name = "is_git_available",
diff --git a/toolchains/rpm/BUILD b/toolchains/rpm/BUILD
index e8901e0..10a9bdc 100644
--- a/toolchains/rpm/BUILD
+++ b/toolchains/rpm/BUILD
@@ -41,7 +41,7 @@ exports_files(
visibility = ["//visibility:public"],
)
-# Expose the availabilty of an actual rpmbuild as a config_setting, so we can
+# Expose the availability of an actual rpmbuild as a config_setting, so we can
# select() on it.
config_setting(
name = "have_rpmbuild",
@@ -51,7 +51,7 @@ config_setting(
visibility = ["//visibility:public"],
)
-# Expose the availabilty of an actual rpmbuild as a feature flag, so we can
+# Expose the availability of an actual rpmbuild as a feature flag, so we can
# create a config_setting from it.
is_rpmbuild_available(
name = "is_rpmbuild_available",