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-03 11:13:07 +0300
commitd57b83fa0866a930da75614b4b8e4f206468d31d (patch)
tree6dfcc1a3e5e0d2389c96f414e9eb2222063d6226 /generic
parent747d9bfc6e2b2a95c06280466ec9ab7166674f38 (diff)
threadshare: Fix docs typos
Diffstat (limited to 'generic')
-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