mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-14 23:50:19 +02:00
Fix explicitely' typos, should be
explicitly'
This commit is contained in:
parent
4a198038b9
commit
0310b348a1
10 changed files with 11 additions and 11 deletions
|
@ -177,7 +177,7 @@ scm_async_click ()
|
|||
SCM_DEFINE (scm_system_async, "system-async", 1, 0, 0,
|
||||
(SCM thunk),
|
||||
"This function is deprecated. You can use @var{thunk} directly\n"
|
||||
"instead of explicitely creating an async object.\n")
|
||||
"instead of explicitly creating an async object.\n")
|
||||
#define FUNC_NAME s_scm_system_async
|
||||
{
|
||||
scm_c_issue_deprecation_warning
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue