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

View file

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