diff options
author | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 2000-04-13 00:29:22 +0000 |
---|---|---|
committer | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 2000-04-13 00:29:22 +0000 |
commit | a401a730c912d1ebbc59d8a04d511458b37a4bee (patch) | |
tree | 35e02f8a653b69badc1e9ca1bfbb9f33ce57bec8 /libguile/random.c | |
parent | 2f52380ca9898bc59d13db989100cc18645d274d (diff) | |
download | guile-a401a730c912d1ebbc59d8a04d511458b37a4bee.tar.gz |
Typo
Diffstat (limited to 'libguile/random.c')
-rw-r--r-- | libguile/random.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/random.c b/libguile/random.c index 16b810aad..825452e99 100644 --- a/libguile/random.c +++ b/libguile/random.c @@ -361,7 +361,7 @@ SCM_DEFINE (scm_random, "random", 1, 1, 0, "distribution.\n" "\n" "The optional argument STATE must be of the type produced by\n" - "`seed->andom-state'. It defaults to the value of the variable\n" + "`seed->random-state'. It defaults to the value of the variable\n" "*random-state*. This object is used to maintain the state of\n" "the pseudo-random-number generator and is altered as a side\n" "effect of the random operation.\n" |