[PATCH] Typo in comment of header-py.c
Masatake YAMATO
yamato at redhat.com
Fri Jan 30 09:15:39 UTC 2009
I found a typo in comment of header-py.c
Could you apply following patch?
Masatake YAMATO
diff --git a/src/header-py.c b/src/header-py.c
index 32e7ead..05c7ac6 100644
--- a/src/header-py.c
+++ b/src/header-py.c
@@ -83,7 +83,7 @@
* \code
* import os, rpm
*
- * ts = rpm.TranssactionSet()
+ * ts = rpm.TransactionSet()
* fdno = os.open("/tmp/foo-1.0-1.i386.rpm", os.O_RDONLY)
* hdr = ts.hdrFromFdno(fdno)
* os.close(fdno)
More information about the Rpm-list
mailing list