From: Colin Guthrie Date: Tue, 5 Apr 2011 08:53:16 +0000 (+0100) Subject: doc: Fix typo X-Git-Tag: 1.0_branch~643 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1020065df79b71d6d0fe33d3f2a7924a38735c8b;p=profile%2Fivi%2Fpulseaudio.git doc: Fix typo --- diff --git a/src/pulse/stream.h b/src/pulse/stream.h index 256b150..dd67db7 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.