summaryrefslogtreecommitdiff
path: root/python/pkgsrcrecords.cc
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2009-08-21 16:55:11 +0200
committerJulian Andres Klode <jak@debian.org>2009-08-21 16:55:11 +0200
commitdea3fad6d30e85f184d34e80490ad24ac89a9438 (patch)
treecc437e0777a88423199bcd15ac464e400b35ffe8 /python/pkgsrcrecords.cc
parente3c630140e6595126046866a40e11e90c74278f2 (diff)
parent63ea10b9f81725c9304aa729de4a3768a28b4c81 (diff)
downloadpython-apt-dea3fad6d30e85f184d34e80490ad24ac89a9438.tar.gz
Merge 0.7.13.0 from unstable.
Diffstat (limited to 'python/pkgsrcrecords.cc')
-rw-r--r--python/pkgsrcrecords.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pkgsrcrecords.cc b/python/pkgsrcrecords.cc
index fbc9a293..086ec8d5 100644
--- a/python/pkgsrcrecords.cc
+++ b/python/pkgsrcrecords.cc
@@ -53,7 +53,7 @@ static PyObject *PkgSrcRecordsLookup(PyObject *Self,PyObject *Args)
return Py_BuildValue("i", 1);
}
-static char *doc_PkgSrcRecordsRestart = "Start Lookup from the begining";
+static char *doc_PkgSrcRecordsRestart = "Start Lookup from the beginning";
static PyObject *PkgSrcRecordsRestart(PyObject *Self,PyObject *Args)
{
PkgSrcRecordsStruct &Struct = GetCpp<PkgSrcRecordsStruct>(Self);