Fix spelling mistakes

This commit is contained in:
Eric Engestrom
2016-04-03 00:50:25 +01:00
parent 66b714c418
commit ca46062bea
13 changed files with 16 additions and 16 deletions

View File

@@ -70,7 +70,7 @@ Functions</h2></td></tr>
</table>
</div><div class="memdoc">
<p>Similiar to 'mod' but with a different rounding and integer support. </p>
<p>Similar to 'mod' but with a different rounding and integer support. </p>
<p>Returns 'x - y * trunc(x/y)' instead of 'x - y * floor(x/y)'</p>
<dl class="section see"><dt>See also</dt><dd><a href="http://stackoverflow.com/questions/7610631/glsl-mod-vs-hlsl-fmod">GLSL mod vs HLSL fmod</a> </dd>
<dd>