summaryrefslogtreecommitdiff
path: root/python/cdrom.cc
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2011-05-27 16:06:22 +0200
committerJulian Andres Klode <jak@debian.org>2011-05-27 16:06:22 +0200
commitab08c42c90e9aab009b6d5f1b4bdce0c68300fa5 (patch)
treef814d7db7455592dc1135a4681c21605dd5c3db8 /python/cdrom.cc
parent1a1d96e49901a834d6208d3561877d8f16d5b758 (diff)
downloadpython-apt-ab08c42c90e9aab009b6d5f1b4bdce0c68300fa5.tar.gz
Fix spelling errors reported by Lintian (sep[a->e]rated, overrid[d]en)
Diffstat (limited to 'python/cdrom.cc')
-rw-r--r--python/cdrom.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/cdrom.cc b/python/cdrom.cc
index 7f89e9d3..6ac16d59 100644
--- a/python/cdrom.cc
+++ b/python/cdrom.cc
@@ -52,7 +52,7 @@ static PyObject *cdrom_add(PyObject *Self,PyObject *Args)
static char *cdrom_ident_doc =
"ident(progress: apt_pkg.CdromProgress) -> str\n\n"
"Try to identify the CD-ROM and if successful return the hexadecimal\n"
- "CDROM-ID (and a integer version suffix seperated by -) as a\n"
+ "CDROM-ID (and a integer version suffix separated by -) as a\n"
"string. Otherwise, return None or raise an error.\n\n"
"The ID is created by hashing all file and directory names on the\n"
"CD-ROM and appending the version.";