dep-protobuf/objectivec/DevTools
Nathan Baulch e4cbc79ab4 Fix minor typos (#17682)
Just thought I'd contribute some typo fixes that keep tripping up CI/CD checks in my projects. Nothing controversial (hopefully), just 174 simple fixes.

Use the following command to get a quick and dirty summary of the specific corrections made:
```shell
git diff HEAD^! --word-diff-regex='\w+' -U0 \
  | grep -E '\[\-.*\-\]\{\+.*\+\}' \
  | sed -r 's/.*\[\-(.*)\-\]\{\+(.*)\+\}.*/\1 \2/' \
  | sort | uniq -c | sort -n
```

FWIW, the top typos are:
* trimed → trimmed (37)
* substract → subtract (7)
* qualifed → qualified (7)
* extesion → extension (6)
* mising → missing (5)
* btye → byte (4)
* likey → likely (4)
* candicate → candidate (3)
* decriptor → descriptor (3)
* inherting → inheriting (3)
* colletion → collection (3)
* caluclated → calculated (3)
* unititialized → uninitialized (3)
* implemting → implementing (3)
* binrary → binary (3)
* descripor → descriptor (3)
* negitive → negative (3)

Closes #17682

COPYBARA_INTEGRATE_REVIEW=https://github.com/protocolbuffers/protobuf/pull/17682 from NathanBaulch:typos d41762d137
PiperOrigin-RevId: 677074418
2024-09-20 20:50:06 -07:00
..
check_version_stamps.sh [ObjC] Move the version check out into a sh_test. 2023-02-09 11:29:48 -08:00
compile_testing_protos.sh [ObjC] Test file cleanups 2022-08-30 10:46:17 -04:00
full_mac_build.sh Invoke the pddm validations via bazel 2023-07-17 07:51:03 -07:00
pddm.py Fix minor typos (#17682) 2024-09-20 20:50:06 -07:00
pddm_tests.py Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full. 2023-09-09 09:01:30 -07:00
sources_pddm_expansion_test.sh [ObjC] Test pddm expansion 2023-02-09 14:13:03 -08:00