From 5538280ed8f1b29fd37172a11e206517ccb8a8ef Mon Sep 17 00:00:00 2001 From: Ales Kozumplik Date: Wed, 21 Dec 2011 08:43:47 +0100 Subject: [PATCH] typo in header-py.c. --- python/header-py.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/header-py.c b/python/header-py.c index 9e245aa..d312f54 100644 --- a/python/header-py.c +++ b/python/header-py.c @@ -481,7 +481,7 @@ static PyObject * hdrGetTag(Header h, rpmTagVal tag) PyObject *res = NULL; struct rpmtd_s td; - /* rpmtd_AsPyObj() knows how to handle empty containers and all */ + /* rpmtd_AsPyobj() knows how to handle empty containers and all */ (void) headerGet(h, tag, &td, HEADERGET_EXT); res = rpmtd_AsPyobj(&td); rpmtdFreeData(&td); -- 2.7.4