mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 13:50:13 +00:00
JANITORIAL: TONY: Fix small typos
This commit is contained in:
parent
09419beae0
commit
2b13af4004
@ -245,7 +245,7 @@ const byte *parseExpression(const byte *lpBuf, const Common::UnalignedPtr<MpalHa
|
||||
}
|
||||
|
||||
/**
|
||||
* Calculate the value of a mathamatical expression
|
||||
* Calculate the value of a mathematical expression
|
||||
*
|
||||
* @param h Handle to the expression
|
||||
* @returns Numeric value
|
||||
|
@ -34,7 +34,7 @@ namespace Tony {
|
||||
namespace MPAL {
|
||||
|
||||
/**
|
||||
* @defgroup Mathamatical operations
|
||||
* @defgroup Mathematical operations
|
||||
*/
|
||||
//@{
|
||||
|
||||
@ -65,7 +65,7 @@ namespace MPAL {
|
||||
|
||||
//@{
|
||||
/**
|
||||
* Mathamatical framework to manage operations
|
||||
* Mathematical framework to manage operations
|
||||
*/
|
||||
typedef struct {
|
||||
byte _type; // Object Type (see enum ExprListTypes)
|
||||
@ -109,7 +109,7 @@ enum ExprListTypes {
|
||||
const byte *parseExpression(const byte *lpBuf, const Common::UnalignedPtr<MpalHandle> &h);
|
||||
|
||||
/**
|
||||
* Calculate the value of a mathamatical expression
|
||||
* Calculate the value of a mathematical expression
|
||||
*
|
||||
* @param h Handle to the expression
|
||||
* @returns Numeric value
|
||||
|
Loading…
Reference in New Issue
Block a user