Skip to content

Commit

Permalink
Merge pull request #21 from tbeu/fix-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
akloeckner committed Jun 25, 2014
2 parents b46935f + 3fd7d92 commit 937e06d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Noise/PSD/PSD_WhiteNoise.mo
Expand Up @@ -4,7 +4,7 @@ function PSD_WhiteNoise
extends Noise.Utilities.Interfaces.PSD;
algorithm

// Make ure, we can pass highest-frequency noise!
// Make sure, we can pass highest-frequency noise!
if dt > 0 then
(rand, states_out) := PDF(instance=floor(t/dt)*dt, states_in=states_in);
else
Expand Down

0 comments on commit 937e06d

Please sign in to comment.