summaryrefslogtreecommitdiff
path: root/doc/maint/guile.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/maint/guile.texi')
-rw-r--r--doc/maint/guile.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/maint/guile.texi b/doc/maint/guile.texi
index ac0833421..4ef4aab18 100644
--- a/doc/maint/guile.texi
+++ b/doc/maint/guile.texi
@@ -204,7 +204,7 @@ Execute all thunks from the asyncs of the list @var{list_of_a}.
@deffn {Scheme Procedure} system-async thunk
@deffnx {C Function} scm_system_async (thunk)
This function is deprecated. You can use @var{thunk} directly
-instead of explicitely creating an async object.
+instead of explicitly creating an async object.
@end deffn