Skip to content

Commit

Permalink
fixed typo in PLAYER_CAPABILITIES_REQ
Browse files Browse the repository at this point in the history
  • Loading branch information
rtv committed Jun 10, 2011
1 parent 004c1a3 commit bde5beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libstageplugin/p_simulation.cc
Expand Up @@ -152,7 +152,7 @@ int InterfaceSimulation::ProcessMessage(QueuePointer &resp_queue,
player_msghdr_t* hdr,
void* data)
{
if(Message::MatchMessage(hdr, PLAYER_MSGTYPE_REQ, PLAYER_CAPABILTIES_REQ, addr))
if(Message::MatchMessage(hdr, PLAYER_MSGTYPE_REQ, PLAYER_CAPABILITIES_REQ, addr))
{
PLAYER_ERROR1("%p\n", data);
player_capabilities_req_t & cap_req = * reinterpret_cast<player_capabilities_req_t *> (data);
Expand Down

0 comments on commit bde5beb

Please sign in to comment.