From 1fbc0cc2767eb96ce2765b4d260db4a910cbc803 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Sun, 27 Sep 2015 10:51:33 +0200 Subject: [PATCH] DefaultIOSystem: fix typo in macro. --- code/BaseImporter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/BaseImporter.cpp b/code/BaseImporter.cpp index 071411642..303c06779 100644 --- a/code/BaseImporter.cpp +++ b/code/BaseImporter.cpp @@ -274,7 +274,7 @@ void BaseImporter::GetExtensionList(std::set& extensions) for (unsigned int i = 0; i < num; ++i) { // also check against big endian versions of tokens with size 2,4 - // that's just for convinience, the chance that we cause conflicts + // that's just for convenience, the chance that we cause conflicts // is quite low and it can save some lines and prevent nasty bugs if (2 == size) { uint16_t rev = *magic_u16;