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/bitvectors.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/bitvectors.c')
-rw-r--r-- | libguile/bitvectors.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/bitvectors.c b/libguile/bitvectors.c index 65fc021d4..17b026009 100644 --- a/libguile/bitvectors.c +++ b/libguile/bitvectors.c @@ -496,7 +496,7 @@ find_first_one (scm_t_uint32 x) SCM_DEFINE (scm_bit_position, "bit-position", 3, 0, 0, (SCM item, SCM v, SCM k), - "Return the index of the first occurrance of @var{item} in bit\n" + "Return the index of the first occurrence of @var{item} in bit\n" "vector @var{v}, starting from @var{k}. If there is no\n" "@var{item} entry between @var{k} and the end of\n" "@var{bitvector}, then return @code{#f}. For example,\n" |