[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#199713: python-apt: typos in source comments



Package: python-apt
Version: 0.5.5.1
Severity: minor
Tags: patch

Hello,

the following patch fixes two typos in comments from
"apt_pkgmodule.cc".

== patch starts at following line ==========================
--- apt_pkgmodule.cc.~1.4.~	2002-01-08 07:53:04.000000000 +0100
+++ apt_pkgmodule.cc	2003-07-02 20:01:03.000000000 +0200
@@ -4,7 +4,7 @@
 /* ######################################################################
 
    apt_pkgmodule - Top level for the python module. Create the internal
-                   structures for the module in the interpriter.
+                   structures for the module in the interpreter.
       
    ##################################################################### */
 									/*}}}*/
@@ -331,7 +331,7 @@
 
    // Cache
    {"GetCache",TmpGetCache,METH_VARARGS,"GetCache() -> PkgCache"},
-   {"GetPkgRecords",GetPkgRecords,METH_VARARGS,"GetPkgRecords(Cache) -> PkgRecrods"},
+   {"GetPkgRecords",GetPkgRecords,METH_VARARGS,"GetPkgRecords(Cache) -> PkgRecords"},
 
    {}
 };
== patch ends at previous line =============================

I hope this helps,

Jochen

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux tatonka.pfalz.de 2.4.20 #1 Wed Apr 30 15:55:10 CEST 2003 i586
Locale: LANG=de_DE@euro, LC_CTYPE=de_DE@euro

Versions of packages python-apt depends on:
ii  apt [libapt-pkg-libc6.3-5-3.3 0.5.5.1    Advanced front-end for dpkg
ii  apt-utils [libapt-inst-libc6. 0.5.5.1    APT utility programs
ii  libc6                         2.3.1-17   GNU C Library: Shared libraries an
ii  python                        2.2.3-2.1  An interactive high-level object-o

-- no debconf information




Reply to: