summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/pulse/stream.h2
1 files changed, 1 insertions, 1 deletions
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.