diff options
Diffstat (limited to 'libguile/options.c')
-rw-r--r-- | libguile/options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/options.c b/libguile/options.c index 8241ad8ec..937fd4f3b 100644 --- a/libguile/options.c +++ b/libguile/options.c @@ -55,7 +55,7 @@ * Some definitions: * * Run time options in Guile are arranged in groups. Each group - * affects a certain aspect of the behaviour of the library. + * affects a certain aspect of the behavior of the library. * * An "options interface procedure" manages one group of options. It * can be used to check or set options, or to get documentation for |