Commit d90ad5d8 authored by Peter Eisentraut's avatar Peter Eisentraut

Small spelling fix

parent d38228fe
...@@ -1465,7 +1465,7 @@ get_object_property_data(Oid class_id) ...@@ -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 */
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment