diff options
author | Ales Kozumplik <akozumpl@redhat.com> | 2011-12-21 08:43:47 +0100 |
---|---|---|
committer | Ales Kozumplik <akozumpl@redhat.com> | 2011-12-21 08:45:52 +0100 |
commit | 5538280ed8f1b29fd37172a11e206517ccb8a8ef (patch) | |
tree | a656a8f8c63a82be15bf05cd2c4737f772f44100 /python/header-py.c | |
parent | 3157d6d7b742d28dc321e4d68342809645a93207 (diff) | |
download | librpm-tizen-5538280ed8f1b29fd37172a11e206517ccb8a8ef.tar.gz librpm-tizen-5538280ed8f1b29fd37172a11e206517ccb8a8ef.tar.bz2 librpm-tizen-5538280ed8f1b29fd37172a11e206517ccb8a8ef.zip |
typo in header-py.c.
Diffstat (limited to 'python/header-py.c')
-rw-r--r-- | python/header-py.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/header-py.c b/python/header-py.c index 9e245aac8..d312f5431 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); |