summaryrefslogtreecommitdiff
path: root/libguile/random.c
diff options
context:
space:
mode:
authorMikael Djurfeldt <djurfeldt@nada.kth.se>2000-04-13 00:29:22 +0000
committerMikael Djurfeldt <djurfeldt@nada.kth.se>2000-04-13 00:29:22 +0000
commita401a730c912d1ebbc59d8a04d511458b37a4bee (patch)
tree35e02f8a653b69badc1e9ca1bfbb9f33ce57bec8 /libguile/random.c
parent2f52380ca9898bc59d13db989100cc18645d274d (diff)
downloadguile-a401a730c912d1ebbc59d8a04d511458b37a4bee.tar.gz
Typo
Diffstat (limited to 'libguile/random.c')
-rw-r--r--libguile/random.c2
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"