From 9605100deae8d55b49d6168b3e38a40b4d3d7139 Mon Sep 17 00:00:00 2001 From: Nico von Geyso Date: Tue, 28 May 2013 14:54:07 +0200 Subject: [PATCH] Fixed: typo in repository.c --- src/repository.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/repository.c b/src/repository.c index 538e0ce..cc3b25b 100644 --- a/src/repository.c +++ b/src/repository.c @@ -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);