Prerequisites instead of Prerequesites (typo) #152 Header Guard (#154)

For an unknown readon, this correction didn't get to the pull-request (?)
This commit is contained in:
germinolegrand
2018-01-19 14:25:33 +01:00
committed by Jérôme Leclercq
parent d267354fdf
commit 6d11e8d2ed
2 changed files with 6 additions and 6 deletions

View File

@@ -22,8 +22,8 @@
SOFTWARE.
*/
#ifndef NDK_PREREQUESITES_HPP
#define NDK_PREREQUESITES_HPP
#ifndef NDK_PREREQUISITES_HPP
#define NDK_PREREQUISITES_HPP
/*!
* \defgroup NDK (NazaraSDK) Nazara Development Kit
@@ -51,4 +51,4 @@ namespace Ndk
using SystemIndex = Nz::UInt32;
}
#endif // NDK_PREREQUESITES_HPP
#endif // NDK_PREREQUISITES_HPP