summaryrefslogtreecommitdiffstats
path: root/Modules/cPickle.c
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2003-02-04 00:30:46 (GMT)
committerTim Peters <tim.peters@gmail.com>2003-02-04 00:30:46 (GMT)
commit0dd23aa53901a29ec270c69b2de40a97335d45ab (patch)
tree122c1bb1a7715d6272209bf75103cf6e6a7eaa24 /Modules/cPickle.c
parent5b7da39f23832d283cbea64c24cad2ed31d87ccb (diff)
downloadcpython-0dd23aa53901a29ec270c69b2de40a97335d45ab.zip
cpython-0dd23aa53901a29ec270c69b2de40a97335d45ab.tar.gz
cpython-0dd23aa53901a29ec270c69b2de40a97335d45ab.tar.bz2
Typo repair.
Diffstat (limited to 'Modules/cPickle.c')
-rw-r--r--Modules/cPickle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/cPickle.c b/Modules/cPickle.c
index 427b1da..3d245d8 100644
--- a/Modules/cPickle.c
+++ b/Modules/cPickle.c
@@ -5235,7 +5235,7 @@ initcPickle(void)
"1.1", /* Protocol 0 + INST */
"1.2", /* Original protocol 1 */
"1.3", /* Protocol 1 + BINFLOAT */
- "2.0"); /* Oritinal potocol 2 */
+ "2.0"); /* Original protocol 2 */
PyDict_SetItemString(d, "format_version", format_version);
PyDict_SetItemString(d, "compatible_formats", compatible_formats);
Py_XDECREF(format_version);