Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2023-10-03 11:13:07 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-10-04 19:09:57 +0300
commitb89adc88f8db6ae8d70d0a8d859e86fe15167f4e (patch)
treeb319158b8b00edde3ac30443fb6fd75cd08f880a /generic/threadshare
parent206c3964c83d81d79beedba170ee4bbf0b70a119 (diff)
threadshare: Fix docs typos
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1350>
Diffstat (limited to 'generic/threadshare')
-rw-r--r--generic/threadshare/src/runtime/executor/context.rs2
-rw-r--r--generic/threadshare/src/runtime/executor/scheduler.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/generic/threadshare/src/runtime/executor/context.rs b/generic/threadshare/src/runtime/executor/context.rs
index 29bca705e..de7ec5f11 100644
--- a/generic/threadshare/src/runtime/executor/context.rs
+++ b/generic/threadshare/src/runtime/executor/context.rs
@@ -215,7 +215,7 @@ impl Context {
/// Executes the provided function relatively to this [`Context`].
///
- /// Usefull to initialize i/o sources and timers from outside
+ /// Useful to initialize i/o sources and timers from outside
/// of a [`Context`].
///
/// # Panic
diff --git a/generic/threadshare/src/runtime/executor/scheduler.rs b/generic/threadshare/src/runtime/executor/scheduler.rs
index a63830a13..583ffa2f0 100644
--- a/generic/threadshare/src/runtime/executor/scheduler.rs
+++ b/generic/threadshare/src/runtime/executor/scheduler.rs
@@ -394,7 +394,7 @@ impl Handle {
/// Executes the provided function relatively to this [`Scheduler`]'s [`Reactor`].
///
- /// Usefull to initialize i/o sources and timers from outside
+ /// Useful to initialize i/o sources and timers from outside
/// of a [`Scheduler`].
///
/// # Panic