mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-24 12:20:20 +02:00
Fix explicitely' typos, should be
explicitly'
This commit is contained in:
parent
58df2e4393
commit
877f06c338
10 changed files with 11 additions and 11 deletions
|
@ -179,7 +179,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