diff --git a/python/private/stamp.bzl b/python/private/stamp.bzl index 86ea3fc99c..6d0e54977c 100644 --- a/python/private/stamp.bzl +++ b/python/private/stamp.bzl @@ -53,7 +53,7 @@ def stamp_build_setting(name, visibility = ["//visibility:public"]): ) def is_stamping_enabled(attr): - """Determine whether or not build staming is enabled + """Determine whether or not build stamping is enabled Args: attr (struct): A rule's struct of attributes (`ctx.attr`)