mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-26 05:00:28 +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
|
||||
|
|
|
@ -1069,7 +1069,7 @@ scm_i_deprecated_string_chars (SCM str)
|
|||
"SCM_STRING_CHARS does not work with shared substrings.",
|
||||
SCM_EOL);
|
||||
|
||||
/* We explicitely test for read-only strings to produce a better
|
||||
/* We explicitly test for read-only strings to produce a better
|
||||
error message.
|
||||
*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue