Fix typos

This commit is contained in:
Colin Pitrat 2020-10-04 11:12:10 +01:00 committed by Anders Jenbo
commit 0ea1b81772
6 changed files with 8 additions and 8 deletions

View file

@ -1,7 +1,7 @@
/**
* @file all.h
*
* Include all aplication headers.
* Include all application headers.
*/
#ifndef __ALL_H__
#define __ALL_H__

View file

@ -6,7 +6,7 @@
#include "all.h"
#include "../3rdParty/Storm/Source/storm.h"
/** Buffer used by GetErrorStr for it's return value */
/** Buffer used by GetErrorStr for its return value */
char sz_error_buf[256];
/** Set to true when a fatal error is encountered and the application should shut down. */
BOOL terminating;

View file

@ -1,7 +1,7 @@
/**
* @file multi.h
*
* Interface of functions for keeping multiplaye games in sync.
* Interface of functions for keeping multiplayer games in sync.
*/
#ifndef __MULTI_H__
#define __MULTI_H__

View file

@ -1102,7 +1102,7 @@ static void scrollrt_draw_clipped_dungeon(BYTE *pBuff, int sx, int sy, int dx, i
}
/**
* @brief Render a row of tile
* @brief Render a row of tiles
* @param x dPiece coordinate
* @param y dPiece coordinate
* @param sx Back buffer coordinate
@ -2696,10 +2696,10 @@ static void DoBlitScreen(DWORD dwX, DWORD dwY, DWORD dwWdt, DWORD dwHgt)
}
/**
* @brief Check render pipline and blit indivudal screen parts
* @brief Check render pipeline and blit individual screen parts
* @param dwHgt Section of screen to update from top to bottom
* @param draw_desc Render info box
* @param draw_hp Render halth bar
* @param draw_hp Render health bar
* @param draw_mana Render mana bar
* @param draw_sbar Render belt
* @param draw_btn Render panel buttons

View file

@ -1,7 +1,7 @@
/**
* @file setmaps.cpp
*
* Interface of functionality the special quest dungeons.
* Interface of functionality for the special quest dungeons.
*/
#ifndef __SETMAPS_H__
#define __SETMAPS_H__

View file

@ -1,7 +1,7 @@
/**
* @file wave.h
*
* Interface of functionality for loading fies and processing wave files.
* Interface of functionality for loading files and processing wave files.
*/
#ifndef __WAVE_H__
#define __WAVE_H__