]> code.delx.au - pulseaudio/commitdiff
doc: Fix typo
authorColin Guthrie <colin@mageia.org>
Tue, 5 Apr 2011 08:53:16 +0000 (09:53 +0100)
committerColin Guthrie <colin@mageia.org>
Tue, 5 Apr 2011 08:53:16 +0000 (09:53 +0100)
src/pulse/stream.h

index 256b150707676d3a74de24e6cf91716fb3be5c41..dd67db738cadaa5efa68ecde0d3b62e7a9915cba 100644 (file)
  * 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.