Small spelling fix

This commit is contained in:
Peter Eisentraut 2014-07-15 08:45:27 -04:00
parent d38228fe40
commit d90ad5d8ab
1 changed files with 1 additions and 1 deletions

View File

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