Fixed: typo in repository.c

This commit is contained in:
Nico von Geyso
2013-05-28 14:54:07 +02:00
parent 3b139a0ab4
commit 9605100dea

View File

@@ -528,7 +528,7 @@ Repository_config__get__(Repository *self)
py_config->config = config;
self->config = (PyObject*)py_config;
// We need 2 refs here.
// One is returned, one is keep internally.
// One is returned, one is kept internally.
Py_INCREF(self->config);
} else {
Py_INCREF(self->config);