Fix bad function names and spelling mistakes in our code base
When developing, it often happens that the naming of functions, variables isn't perfect. Spelling mistakes in comments also occasionally happen. We'd like you to go through a couple of the source files of any of our repositories (see the links below), and review them for badly named functions, variables. If you come across spelling mistakes (beware of the domain language though!), please also correct them.
We recommend using an IDE such as PyCharm, CLion, Visual Studio, ... as they often provide helpful tools and annotation to make this an easier job.
After you made these changes on a branch of your fork, we expect you to open a pull request on the repository of the project you made changes to. If you don't know how to make a pull request, please refer to this task first (while it might no longer be available, you still can use it to practice): https://codein.withgoogle.com/tasks/5670957551190016/.
Repositories