Fix spelling mistake

This commit is contained in:
Emma Broman
2020-09-18 11:14:07 +02:00
parent 32c2e59330
commit 938fc49f82
@@ -46,7 +46,7 @@ private:
glm::vec3 starPosition(const std::string& starName);
// Compute b-v color from teff value using a convertion file
// Compute b-v color from teff value using a conversion file
float bvFromTeff(const float teff);
};