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

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'generic/threadshare/src/runtime/executor/context.rs')
-rw-r--r--generic/threadshare/src/runtime/executor/context.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/threadshare/src/runtime/executor/context.rs b/generic/threadshare/src/runtime/executor/context.rs
index 29bca705..de7ec5f1 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