Rollup merge of #66798 - bwignall:typo, r=varkor

Fix spelling typos

Should be non-semantic.

Uses https://en.wikipedia.org/wiki/Wikipedia:Lists_of_common_misspellings/For_machines to find likely typos.
This commit is contained in:
Tyler Mandry 2019-11-27 15:28:53 -06:00 committed by GitHub
commit 999fd561ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
32 changed files with 37 additions and 37 deletions

View file

@ -1,5 +1,5 @@
This error indicates that the `self` parameter in a method has an invalid
"reciever type".
"receiver type".
Methods take a special first parameter, of which there are three variants:
`self`, `&self`, and `&mut self`. These are syntactic sugar for