summaryrefslogtreecommitdiffstats
path: root/code/AssetLib/MD2/MD2FileData.h
diff options
context:
space:
mode:
authorKim Kulling <kimkulling@users.noreply.github.com>2024-04-07 20:35:19 +0100
committerGitHub <noreply@github.com>2024-04-07 20:35:19 +0100
commit1fd3ca860e5542c736252aa49b77f20b59c028b8 (patch)
tree95326d1689b6be87ae211aebb37fff4715af3104 /code/AssetLib/MD2/MD2FileData.h
parent17b57dce5dbcd7c737f05a8ae01658d9b19ee4df (diff)
parent4a3e0e46ac45867c8c8fac9cbcdee3bc30e99f92 (diff)
Merge branch 'master' into kimkulling/remode_default_destructor_from_cpppupstream/kimkulling/remode_default_destructor_from_cppp
Diffstat (limited to 'code/AssetLib/MD2/MD2FileData.h')
-rw-r--r--code/AssetLib/MD2/MD2FileData.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/AssetLib/MD2/MD2FileData.h b/code/AssetLib/MD2/MD2FileData.h
index 6c1f7069b..0dba71e56 100644
--- a/code/AssetLib/MD2/MD2FileData.h
+++ b/code/AssetLib/MD2/MD2FileData.h
@@ -55,7 +55,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
namespace Assimp {
namespace MD2 {
-// to make it easier for us, we test the magic word against both "endianesses"
+// to make it easier for us, we test the magic word against both "endiannesses"
#define AI_MD2_MAGIC_NUMBER_BE AI_MAKE_MAGIC("IDP2")
#define AI_MD2_MAGIC_NUMBER_LE AI_MAKE_MAGIC("2PDI")