Skip to content

Commit

Permalink
libcommon: Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Aug 24, 2014
1 parent 69d1564 commit 0b0913c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doomsday/plugins/common/include/gamesession.h
Expand Up @@ -166,7 +166,7 @@ class GameSession : public de::game::Session
* @param nextMapUri Map identifier.
* @param nextMapEntryPoint Map entry point number, for player reborn.
*/
void leaveMap(de::Uri const &nextMapUri, uint nextMapEntryPpoint = 0);
void leaveMap(de::Uri const &nextMapUri, uint nextMapEntryPoint = 0);

/**
* Convenient method of looking up the user description of the game session in progress.
Expand Down
2 changes: 1 addition & 1 deletion doomsday/plugins/common/src/fi_lib.cpp
Expand Up @@ -208,7 +208,7 @@ void NetCl_UpdateFinaleState(reader_s *msg)
if(i == 1) s->conditions.leave_hub = cond;
}

LOGDEV_SCR_MSG("NetCl_FinaleState: Updated finale %i: mode %i, secret=%i, leave_hud=%i")
LOGDEV_SCR_MSG("NetCl_FinaleState: Updated finale %i: mode %i, secret=%i, leave_hub=%i")
<< s->finaleId << s->mode << s->conditions.secret << s->conditions.leave_hub;
}

Expand Down

0 comments on commit 0b0913c

Please sign in to comment.