From 1020065df79b71d6d0fe33d3f2a7924a38735c8b Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Tue, 5 Apr 2011 09:53:16 +0100 Subject: doc: Fix typo --- src/pulse/stream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pulse') diff --git a/src/pulse/stream.h b/src/pulse/stream.h index 256b1507..dd67db73 100644 --- a/src/pulse/stream.h +++ b/src/pulse/stream.h @@ -266,7 +266,7 @@ * pa_stream_get_time() and pa_stream_get_latency() will try to * interpolate the current playback time/latency by estimating the * number of samples that have been played back by the hardware since - * the last regular timing update. It is espcially useful to combine + * the last regular timing update. It is especially useful to combine * this option with PA_STREAM_AUTO_TIMING_UPDATE, which will enable * you to monitor the current playback time/latency very precisely and * very frequently without requiring a network round trip every time. -- cgit