Index: proj/src/pj_pr_list.c =================================================================== --- proj/src/pj_pr_list.c (revision 2089) +++ proj/src/pj_pr_list.c (working copy) @@ -49,7 +49,7 @@ /* */ /* Returns the PROJ.4 command string that would produce this */ /* definition expanded as much as possible. For instance, */ -/* +init= calls and +datum= defintions would be expanded. */ +/* +init= calls and +datum= definitions would be expanded. */ /************************************************************************/ char *pj_get_def( PJ *P, int options ) Index: proj/src/pj_strerrno.c =================================================================== --- proj/src/pj_strerrno.c (revision 2089) +++ proj/src/pj_strerrno.c (working copy) @@ -22,7 +22,7 @@ "latitude or longitude exceeded limits", /* -14 */ "invalid x or y", /* -15 */ "improperly formed DMS value", /* -16 */ - "non-convergent inverse meridinal dist", /* -17 */ + "non-convergent inverse meridional dist", /* -17 */ "non-convergent inverse phi2", /* -18 */ "acos/asin: |arg| >1.+1e-14", /* -19 */ "tolerance condition error", /* -20 */