1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-16 16:50:21 +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

@ -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.
*/