1
Fork 0
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:
Neil Jerram 2009-05-20 18:50:52 +01:00
parent 58df2e4393
commit 877f06c338
10 changed files with 11 additions and 11 deletions

View file

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