summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2001-12-02 01:38:56 +0000
committerThien-Thi Nguyen <ttn@gnuvola.org>2001-12-02 01:38:56 +0000
commita056b7708ba216c2af93894243e58c1767311eea (patch)
treec56dd78076204a9923ae714bfe82ae32a14736e2 /README
parent4c731ecef3f99de4c4c12ffb3041a715818970f5 (diff)
downloadguile-a056b7708ba216c2af93894243e58c1767311eea.tar.gz
Fix virulent typo.
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 671b8ae21..6151d0d8c 100644
--- a/README
+++ b/README
@@ -121,17 +121,17 @@ It works like this:
variable GUILE_WARN_DEPRECATED. A value of "yes" is changed to
"summary" and "shutup" is changed to "no", however.
- When GUILE_WARN_DEPRECATION has the value "no", nothing special will
+ When GUILE_WARN_DEPRECATED has the value "no", nothing special will
happen when a deprecated feature is used.
- When GUILE_WARN_DEPRECATION has the value "summary", and a deprecated
+ When GUILE_WARN_DEPRECATED has the value "summary", and a deprecated
feature has been used, Guile will print this message at exit:
Some deprecated features have been used. Set the environment
variable GUILE_WARN_DEPRECATED to "detailed" and rerun the program
to get more information. Set it to "no" to suppress this message.
- When GUILE_WARN_DEPRECATION has the value "detailed", a detailed
+ When GUILE_WARN_DEPRECATED has the value "detailed", a detailed
warning is emitted immediatly for the first use of a deprecated
feature.