commit | a104dffcb6b1958a424f5fa6f9e6bdc0ab9b6f9e | [log] [tgz] |
---|---|---|
author | Brian Wignall <BrianWignall@gmail.com> | Wed Jan 08 13:18:20 2020 -0500 |
committer | Rafi Kamal <rafikamal@google.com> | Wed Jan 08 10:18:20 2020 -0800 |
tree | 3a6e101be0fe09943d588480788b0caf621a5fd3 | |
parent | 3214d0b0b20f98a2e3172ceab2d2c55a8ffd344c [diff] [blame] |
Fix typos (#7050) Uses https://en.wikipedia.org/wiki/Wikipedia:Lists_of_common_misspellings/For_machines to find likely typos, with https://github.com/bwignall/typochecker to help automate the checking.
diff --git a/php/generate_descriptor_protos.sh b/php/generate_descriptor_protos.sh index 372ad69..f636cc0 100755 --- a/php/generate_descriptor_protos.sh +++ b/php/generate_descriptor_protos.sh
@@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Run this script to regenerate desriptor protos after the protocol compiler +# Run this script to regenerate descriptor protos after the protocol compiler # changes. if test ! -e src/google/protobuf/stubs/common.h; then