summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-09-07 13:56:23 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2006-09-07 13:56:23 (GMT)
commit95b0478c0750d71d4b709c6e5f0955d214d2bf85 (patch)
tree8c6916a791218410275e358944bbe655217779ec /Misc
parent63083c3dade884cfa4a70be81b616f01d9d682d2 (diff)
downloadcpython-95b0478c0750d71d4b709c6e5f0955d214d2bf85.zip
cpython-95b0478c0750d71d4b709c6e5f0955d214d2bf85.tar.gz
cpython-95b0478c0750d71d4b709c6e5f0955d214d2bf85.tar.bz2
Typo fix
Diffstat (limited to 'Misc')
-rw-r--r--Misc/HISTORY2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/HISTORY b/Misc/HISTORY
index be4ca88..f2452f2 100644
--- a/Misc/HISTORY
+++ b/Misc/HISTORY
@@ -11679,7 +11679,7 @@ Changes to the build process
- The way GNU readline is configured is totally different. The
--with-readline configure option is gone. It is now an extension
module, which may be loaded dynamically. You must enable it (and
-specify the correct linraries to link with) in the Modules/Setup file.
+specify the correct libraries to link with) in the Modules/Setup file.
Importing the module installs some hooks which enable command line
editing. When the interpreter shell is invoked interactively, it
attempts to import the readline module; when this fails, the default