Skip to content
This repository was archived by the owner on Oct 4, 2019. It is now read-only.

Commit 024fcc7

Browse files
committed
Fix typo in error message. #806
1 parent 13b560d commit 024fcc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/private_message/private_message_plugin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,7 @@ namespace golos { namespace plugins { namespace private_message {
10091009
GOLOS_CHECK_PARAM(query.filter_events, {
10101010
for (auto& itr : query.filter_events) {
10111011
GOLOS_CHECK_VALUE(!query.select_events.count(itr),
1012-
"Can't filter and select accounts '${event}' at the same time",
1012+
"Can't filter and select event '${event}' at the same time",
10131013
("event", itr));
10141014
}
10151015
});

0 commit comments

Comments
 (0)