Opened 8 years ago

Closed 8 years ago

#3413 closed defect (fixed)

typo in find_srid error notice

Reported by: robe Owned by: pramsey
Priority: low Milestone: PostGIS 2.3.0
Component: postgis Version: 2.2.x
Keywords: Cc:

Description

SELECT  Find_SRID('test', 'test', 'test') As output;

— outputs

ERROR:  find_srid() - couldnt find the corresponding SRID - is the geometry registered in the GEOMETRY_COLUMNS table?  Is there an uppercase/lowercase missmatch?

When testing 2.2.1dev

I beleive missmatch should be mismatch. Also we seem to like not having ' in our error notices.

couldnt should be couldn't.

Change History (1)

comment:1 by dbaston, 8 years ago

Resolution: fixed
Status: newclosed

Committed at r14860

Note: See TracTickets for help on using tickets.