diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2011-02-07 00:29:51 +0100 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2011-02-09 22:28:49 +0000 |
commit | ffb62a43dcfe537c3f5773e9d7b2f8a46fdb9b47 (patch) | |
tree | 947f0e30e70f710cd763af7b2bef6c5b61e5fc77 /libguile/srfi-14.c | |
parent | ecb8733562079227b96b1a2884cd3cce6d3974bb (diff) | |
download | guile-ffb62a43dcfe537c3f5773e9d7b2f8a46fdb9b47.tar.gz |
fix typos in the manual bits generated from source comments.
* libguile/bitvectors.c, libguile/chars.c,
libguile/deprecated.c, libguile/numbers.c, libguile/random.c,
libguile/read.c, libguile/root.c, libguile/srfi-1.c,
libguile/srfi-13.c, libguile/srfi-14.c, libguile/uniform.c:
Fix typos, add missing newlines.
Diffstat (limited to 'libguile/srfi-14.c')
-rw-r--r-- | libguile/srfi-14.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libguile/srfi-14.c b/libguile/srfi-14.c index af106edcf..b22471de4 100644 --- a/libguile/srfi-14.c +++ b/libguile/srfi-14.c @@ -1363,7 +1363,7 @@ SCM_DEFINE (scm_ucs_range_to_char_set, "ucs-range->char-set", 2, 2, 0, "If @var{error} is a true value, an error is signalled if the\n" "specified range contains characters which are not valid\n" "Unicode code points. If @var{error} is @code{#f},\n" - "these characters are silently left out of the resultung\n" + "these characters are silently left out of the resulting\n" "character set.\n" "\n" "The characters in @var{base_cs} are added to the result, if\n" @@ -1385,7 +1385,7 @@ SCM_DEFINE (scm_ucs_range_to_char_set_x, "ucs-range->char-set!", 4, 0, 0, "If @var{error} is a true value, an error is signalled if the\n" "specified range contains characters which are not contained in\n" "the implemented character range. If @var{error} is @code{#f},\n" - "these characters are silently left out of the resultung\n" + "these characters are silently left out of the resulting\n" "character set.\n" "\n" "The characters are added to @var{base_cs} and @var{base_cs} is\n" |