1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-27 22:56:53 +03:00

Small spelling fix

This commit is contained in:
Peter Eisentraut 2014-07-15 08:45:27 -04:00
parent d38228fe40
commit d90ad5d8ab

View File

@ -1465,7 +1465,7 @@ get_object_property_data(Oid class_id)
} }
ereport(ERROR, ereport(ERROR,
(errmsg_internal("unrecognized class id: %u", class_id))); (errmsg_internal("unrecognized class ID: %u", class_id)));
return NULL; /* keep MSC compiler happy */ return NULL; /* keep MSC compiler happy */
} }