Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

correct spelling mistake #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

EdwardBetts
Copy link

No description provided.

@hlef
Copy link

hlef commented May 25, 2017

codespell reports some more ones (lots of false positives in po/*).

$ codespell *
ChangeLog:41: syncronization  ==> synchronization
ChangeLog:148: incomming  ==> incoming
ChangeLog:387: dependancy  ==> dependency
WARNING: Binary file: data/parcellite.png
intltool-update:296: asume  ==> assume
intltool-update.in:296: asume  ==> assume
po/tr.po:114: adres  ==> address
po/fr.po:171: persistance  ==> persistence
po/fr.po:177: persistant  ==> persistent
po/fr.po:180: persistant  ==> persistent
po/fr.po:267: Persistant  ==> Persistent
po/fr.po:270: persistant  ==> persistent
po/fr.po:273: persistant  ==> persistent
po/fr.po:276: persistant  ==> persistent
po/fr.po:306: persistant  ==> persistent
po/ro.po:91: Exemple  ==> Example
po/pl_PL.po:104: Autor  ==> Author
po/pl_PL.po:105: adres  ==> address
po/pt_BR.po:72: Comando  ==> Commando
po/pt_BR.po:359: comandos  ==> commandos
po/it.po:217: Comando  ==> Commando
src/main.c:678: sytem  ==> system
src/main.c:2127: recieved  ==> received
src/utils.h:71: lenght  ==> length

also, this one gets integrated to the binary:

src/utils.c: g_fprintf(stderr,"NULL evironment\n");

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants