소스 검색

Fixed spelling (reenable -> re-enable)

Adam Cozzette 5 년 전
부모
커밋
cddcbb93f0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      php/tests/compatibility_test.sh

+ 1 - 1
php/tests/compatibility_test.sh

@@ -103,7 +103,7 @@ composer install
 # TODO(teboring): Temporarily disable encode_decode_test.php. In 3.13.0-rc1,
 # repeated primitive field encoding is changed to packed, which is a bug fix.
 # However, this fails the compatibility test which hard coded old encoding.
-# Will reenable the test after making a release. After the version bump, the
+# Will re-enable the test after making a release. After the version bump, the
 # compatibility test will use the updated test code.
 tests=( array_test.php generated_class_test.php map_field_test.php well_known_test.php )
 sed -i.bak '/php_implementation_test.php/d' phpunit.xml