Skip to content

Commit

Permalink
Fix a typo in the documentation of WasapiOut.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
StanleySweet authored Jul 18, 2018
1 parent 75aafa7 commit 236e29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NAudio/Wave/WaveOutputs/WasapiOut.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class WasapiOut : IWavePlayer, IWavePosition
public event EventHandler<StoppedEventArgs> PlaybackStopped;

/// <summary>
/// WASAPI Out shared mode, defauult
/// WASAPI Out shared mode, default
/// </summary>
public WasapiOut() :
this(GetDefaultAudioEndpoint(), AudioClientShareMode.Shared, true, 200)
Expand Down

0 comments on commit 236e29a

Please sign in to comment.