JANITORIAL: TONY: Fix small typos

This commit is contained in:
Donovan Watteau 2023-03-07 13:08:45 +01:00
parent 09419beae0
commit 2b13af4004
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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