From a6466b353df34c0747471ba48187dffc704f3ba3 Mon Sep 17 00:00:00 2001 From: Ian Curtis Date: Sat, 1 Jun 2024 19:20:35 +0100 Subject: [PATCH] spelling --- Src/Graphics/New3D/New3D.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/Graphics/New3D/New3D.cpp b/Src/Graphics/New3D/New3D.cpp index dcd9391..7319525 100644 --- a/Src/Graphics/New3D/New3D.cpp +++ b/Src/Graphics/New3D/New3D.cpp @@ -191,7 +191,7 @@ void CNew3D::DrawScrollFog() if (nodePtr) { - // interate nodes to see if any viewports with that fog colour actually set a fog density, start or spotlight on fog + // iterate nodes to see if any viewports with that fog colour actually set a fog density, start or spotlight on fog // if all of these are zero fogging is effectively disabled for (auto& n : m_nodes) {