From de50f20e14a611f24ec4ebc99c3467150092369b Mon Sep 17 00:00:00 2001 From: Xuan Wang Date: Tue, 6 Feb 2024 23:31:20 +0000 Subject: [PATCH] Small fix --- tools/internal_ci/helper_scripts/check_python_artifacts_size.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/internal_ci/helper_scripts/check_python_artifacts_size.sh b/tools/internal_ci/helper_scripts/check_python_artifacts_size.sh index ffc10181e6c..63398ff3f06 100755 --- a/tools/internal_ci/helper_scripts/check_python_artifacts_size.sh +++ b/tools/internal_ci/helper_scripts/check_python_artifacts_size.sh @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# checks if any of the Python artifacts exceeds a certern size limit since +# Checks if any of the Python artifacts exceeds a certern size limit since # Pypi has a per-file size limit. set -ex