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:
-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