From 4b236f827476f53b3761741f2e3a7946737554b8 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 23 Jun 2025 11:34:43 +0200 Subject: [PATCH] stream: fix a typo --- src/pipewire/stream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pipewire/stream.h b/src/pipewire/stream.h index 8e8ba0950..ea884337b 100644 --- a/src/pipewire/stream.h +++ b/src/pipewire/stream.h @@ -296,7 +296,7 @@ struct pw_stream_control { * stream. * * pw_time.ticks gives a monotonic increasing counter of the time in the graph - * driver. I can be used to generate a timetime to schedule samples as well + * driver. I can be used to generate a timeline to schedule samples as well * as detect discontinuities in the timeline caused by xruns. * * pw_time.delay is expressed as pw_time.rate, the time domain of the graph. This