diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-08-21 16:18:21 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-08-21 16:18:21 +0200 |
| commit | 93a8e31689be30b48ededcd9de67bdd2daa454dd (patch) | |
| tree | 42a9ea7d64e0632480879b8a5c6c20e292778771 | |
| parent | 66dc954165bd1ee278d506ac36eca86380b6d080 (diff) | |
| download | python-apt-93a8e31689be30b48ededcd9de67bdd2daa454dd.tar.gz | |
python/pkgsrcrecords.cc: Fix spelling error (begining should be beginning).
| -rw-r--r-- | debian/changelog | 4 | ||||
| -rw-r--r-- | python/pkgsrcrecords.cc | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 71d19e14..c9b1c0fb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,13 +18,15 @@ python-apt (0.7.13.0) UNRELEASED; urgency=low - Add Package.is_now_broken and Package.is_inst_broken. * apt/cache.py: - Introduce ProblemResolver class (Closes: #542705) + * python/pkgsrcrecords.cc: + - Fix spelling error (begining should be beginning). * po: - Update template and the translations de.po, fr.po (Closes: #467120), ja.po (Closes: #454293). * debian/control: - Update Standards-Version to 3.8.3. - -- Julian Andres Klode <jak@debian.org> Fri, 21 Aug 2009 16:12:31 +0200 + -- Julian Andres Klode <jak@debian.org> Fri, 21 Aug 2009 16:17:01 +0200 python-apt (0.7.12.1) unstable; urgency=low diff --git a/python/pkgsrcrecords.cc b/python/pkgsrcrecords.cc index f7f5d7a2..36493e7b 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); |
