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 /python | |
| parent | 66dc954165bd1ee278d506ac36eca86380b6d080 (diff) | |
| download | python-apt-93a8e31689be30b48ededcd9de67bdd2daa454dd.tar.gz | |
python/pkgsrcrecords.cc: Fix spelling error (begining should be beginning).
Diffstat (limited to 'python')
| -rw-r--r-- | python/pkgsrcrecords.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
