Fix typo in python bindings documentation (Masatake YAMATO)
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 5 Feb 2009 10:34:07 +0000 (12:34 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Thu, 5 Feb 2009 10:34:07 +0000 (12:34 +0200)
python/header-py.c

index 513083b..8ec2cb4 100644 (file)
@@ -85,7 +85,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)