Fix lots of spelling errors (#7751)
* Fix a typo
* Fix lots of spelling errors
* Fix a few more spelling mistakes
* s/parsable/parseable/
* Don't touch the third party files
* Cloneable is the preferred C# term
* Copyable is the preferred C++ term
* Revert "s/parsable/parseable/"
This reverts commit 534ecf7675222f39d98928c7e1489b56b004b774.
* Revert unparseable->unparsable corrections
diff --git a/php/tests/descriptors_test.php b/php/tests/descriptors_test.php
index 60a6292..b2c5e01 100644
--- a/php/tests/descriptors_test.php
+++ b/php/tests/descriptors_test.php
@@ -108,7 +108,7 @@
public function testEnumDescriptor()
{
- // WARNINIG - we need to do this so that TestDescriptorsEnum is registered!!?
+ // WARNING - we need to do this so that TestDescriptorsEnum is registered!!?
new TestDescriptorsMessage();
$pool = DescriptorPool::getGeneratedPool();
diff --git a/php/tests/test.sh b/php/tests/test.sh
index b10b57f..a987c1e 100755
--- a/php/tests/test.sh
+++ b/php/tests/test.sh
@@ -55,7 +55,7 @@
valgrind --leak-check=yes php -d protobuf.keep_descriptor_pool_after_request=1 -dextension=../ext/google/protobuf/modules/protobuf.so memory_leak_test.php
# TODO(teboring): Only for debug (phpunit has memory leak which blocks this beging used by
-# regresssion test.)
+# regression test.)
# for t in "${tests[@]}"
# do