8000 Small spelling fix · postgres/postgres@d90ad5d · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d90ad5d

Browse files
committed
Small spelling fix
1 parent d38228f commit d90ad5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/catalog/objectaddress.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1465,7 +1465,7 @@ get_object_property_data(Oid class_id)
14651465
}
14661466

14671467
ereport(ERROR,
1468-
(errmsg_internal("unrecognized class id: %u", class_id)));
1468+
(errmsg_internal("unrecognized class ID: %u", class_id)));
14691469

14701470
return NULL; /* keep MSC compiler happy */
14711471
}

0 commit comments

Comments
 (0)
0