From 4e08b39af00364e032ad8f834928a03c673e8dfd Mon Sep 17 00:00:00 2001 From: Reece Date: Fri, 21 May 2021 17:34:33 +0100 Subject: [PATCH] I'm a clown. Fix typo --- AuroraCommon.h | 2 +- AuroraCommon.hpp | 2 +- AuroraEnvrionment.h => AuroraEnvironment.h | 2 +- AuroraEnvrionment.hpp => AuroraEnvironment.hpp | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) rename AuroraEnvrionment.h => AuroraEnvironment.h (99%) rename AuroraEnvrionment.hpp => AuroraEnvironment.hpp (98%) diff --git a/AuroraCommon.h b/AuroraCommon.h index b35586c..e3c32ef 100644 --- a/AuroraCommon.h +++ b/AuroraCommon.h @@ -10,5 +10,5 @@ #pragma once #include "AuroraConfiguration.h" -#include "AuroraEnvrionment.h" +#include "AuroraEnvironment.h" #include "AuroraTypes.h" \ No newline at end of file diff --git a/AuroraCommon.hpp b/AuroraCommon.hpp index cbb1926..07c9ddd 100644 --- a/AuroraCommon.hpp +++ b/AuroraCommon.hpp @@ -10,5 +10,5 @@ #pragma once #include "AuroraConfiguration.hpp" -#include "AuroraEnvrionment.hpp" +#include "AuroraEnvironment.hpp" #include "AuroraTypes.hpp" \ No newline at end of file diff --git a/AuroraEnvrionment.h b/AuroraEnvironment.h similarity index 99% rename from AuroraEnvrionment.h rename to AuroraEnvironment.h index d8cb4c9..df023c9 100644 --- a/AuroraEnvrionment.h +++ b/AuroraEnvironment.h @@ -2,7 +2,7 @@ Copyright (©) 2020 Reece Wilson (a/k/a "Reece"). All rights reserved. - File: AuroraEnvrionment.h + File: AuroraEnvironment.h Date: 2020-6-9 Originator: Reece Purpose: diff --git a/AuroraEnvrionment.hpp b/AuroraEnvironment.hpp similarity index 98% rename from AuroraEnvrionment.hpp rename to AuroraEnvironment.hpp index 5a48688..3e21b74 100644 --- a/AuroraEnvrionment.hpp +++ b/AuroraEnvironment.hpp @@ -2,7 +2,7 @@ Copyright (©) 2020 Reece Wilson (a/k/a "Reece"). All rights reserved. - File: AuroraEnvrionment.h + File: AuroraEnvironment.hpp Date: 2020-6-9 Originator: Reece Purpose: @@ -11,7 +11,7 @@ extern "C" { - #include "AuroraEnvrionment.h" + #include "AuroraEnvironment.h" } namespace Aurora::Build