]> granicus.if.org Git - python/commitdiff
typo
authorGeorg Brandl <georg@python.org>
Wed, 8 Mar 2006 12:24:33 +0000 (12:24 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 8 Mar 2006 12:24:33 +0000 (12:24 +0000)
Modules/threadmodule.c

index b0f77008df473f3fb593eccba9dbbb6e45071662..f15cacb50eb66c8a08834f3613e9fa9d3d18e512 100644 (file)
@@ -309,7 +309,7 @@ _ldict(localobject *self)
                        return NULL;
                else {
                        int i = PyDict_SetItem(tdict, self->key, ldict);
-                       Py_DECREF(ldict); /* now ldict is borowed */
+                       Py_DECREF(ldict); /* now ldict is borrowed */
                        if (i < 0) 
                                return NULL;
                }