Browse Source

Fixed spelling (reenable -> re-enable)

Adam Cozzette 5 năm trước cách đây
mục cha
commit
cddcbb93f0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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