Skip to content

Commit

Permalink
libcommon: Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Jan 20, 2014
1 parent f99399f commit d8a2224
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doomsday/plugins/common/src/p_mapsetup.cpp
Expand Up @@ -1033,7 +1033,7 @@ static void P_ResetWorldState()

char const *P_MapTitle(uint episode, uint map)
{
char const *title = "";
char const *title;

Uri *mapUri = G_ComposeMapUri(episode, map);

Expand Down Expand Up @@ -1083,7 +1083,7 @@ char const *P_MapTitle(uint episode, uint map)

char const *P_MapAuthor(uint episode, uint map, dd_bool supressGameAuthor)
{
char const *author = "";
char const *author;

Uri *mapUri = G_ComposeMapUri(episode, map);
AutoStr *path = Uri_Resolved(mapUri);
Expand Down
2 changes: 1 addition & 1 deletion doomsday/plugins/hexen/include/p_mapinfo.h
Expand Up @@ -73,7 +73,7 @@ materialid_t P_GetMapSky1Material(uint map);
materialid_t P_GetMapSky2Material(uint map);

/**
* Lookip the title of the specified @a map in MAPINFO.
* Lookup the title of the specified @a map in MAPINFO.
*
* @param map Logical number of the map to lookup.
*
Expand Down

0 comments on commit d8a2224

Please sign in to comment.