From 056a494baf3b4c450e734967c033919facfdec5c Mon Sep 17 00:00:00 2001 From: Wilhem Barbier Date: Thu, 29 Jun 2017 10:36:58 +0200 Subject: Fix some other typos --- examples/others/standard_lighting.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/others/standard_lighting.c b/examples/others/standard_lighting.c index 14fda32e..a7f634e2 100644 --- a/examples/others/standard_lighting.c +++ b/examples/others/standard_lighting.c @@ -69,7 +69,7 @@ static void GetShaderLightsLocations(Shader shader); // Get shader locations static void SetShaderLightsValues(Shader shader); // Set shader uniform values for lights // Vector3 math functions -static float VectorLength(const Vector3 v); // Calculate vector lenght +static float VectorLength(const Vector3 v); // Calculate vector length static void VectorNormalize(Vector3 *v); // Normalize provided vector static Vector3 VectorSubtract(Vector3 v1, Vector3 v2); // Substract two vectors @@ -444,7 +444,7 @@ static void SetShaderLightsValues(Shader shader) } } -// Calculate vector lenght +// Calculate vector length float VectorLength(const Vector3 v) { float length; -- cgit v1.2.3