cedricbonhomme / newspipe

A web news aggregator.
https://www.newspipe.org
GNU Affero General Public License v3.0
419 stars 39 forks source link

Fix various typos #66

Closed luzpaz closed 6 months ago

luzpaz commented 6 months ago

Found via codespell -q 3 -S "*.map,*.po,./node_modules" -L cace,maka,readed

Note: some other source typos were found but not submitted:

./newspipe/bootstrap.py:40: formater ==> formatter
./newspipe/bootstrap.py:41: formater ==> formatter
./newspipe/commands.py:24: datas ==> data
./newspipe/web/views/admin.py:152: desactivated ==> deactivated
./newspipe/models/__init__.py:75: datas ==> data
cedricbonhomme commented 6 months ago

Thank you !