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

typo in gie.c: pjd_err_unknow_unit_id #861

Closed
schwehr opened this issue Mar 14, 2018 · 1 comment
Closed

typo in gie.c: pjd_err_unknow_unit_id #861

schwehr opened this issue Mar 14, 2018 · 1 comment
Milestone

Comments

@schwehr
Copy link
Member

schwehr commented Mar 14, 2018

Follow on to Even's a3f5d6d

./src/gie.c:    {"pjd_err_unknow_unit_id"           ,  -7},

from

find . -type f | xargs grep -i UNKNOW | egrep -i -v 'unknown|binary'
./scripts/fix_typos.sh:WORDS_WHITE_LIST="metres,als,lsat,twon,ang,PJD_ERR_UNKNOW_UNIT_ID,PJD_ERR_LSAT_NOT_IN_RANGE,COLOR_GRAT"
./src/gie.c:    {"pjd_err_unknow_unit_id"           ,  -7},
./src/projects.h:#define PJD_ERR_UNKNOW_UNIT_ID           -7  /* deprecated: typo */
@kbevers kbevers added this to the 5.0.1 milestone Mar 19, 2018
@kbevers
Copy link
Member

kbevers commented Mar 19, 2018

Cherry-picked into 5.0 branch.

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

No branches or pull requests

2 participants