From 6c298e964f7352d82b13d5f60d8e5cc638176dcd Mon Sep 17 00:00:00 2001 From: Alexandre Detiste Date: Sun, 14 Feb 2016 10:27:44 +0100 Subject: JANITORIAL: Typos detected with lintian & grep --- audio/mods/maxtrax.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio') diff --git a/audio/mods/maxtrax.cpp b/audio/mods/maxtrax.cpp index c18812ee54..f5754a5f96 100644 --- a/audio/mods/maxtrax.cpp +++ b/audio/mods/maxtrax.cpp @@ -54,7 +54,7 @@ void nullFunc(int) {} // Function to calculate 2^x, where x is a fixedpoint number with 16 fraction bits // using exp would be more accurate and needs less space if mathlibrary is already linked -// but this function should be faster and doesnt use floats +// but this function should be faster and doesn't use floats #if 1 inline uint32 pow2Fixed(int32 val) { static const uint16 tablePow2[] = { -- cgit v1.2.3