summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2010-02-02 17:31:23 +0100
committerJulian Andres Klode <jak@debian.org>2010-02-02 17:31:23 +0100
commit4609ac0f0102e5427419ed4c122c6824ca7d7716 (patch)
treed835f0df8598bffefe34103cf97c186f8dee5564 /python
parent8d311d4829312718fcb6ab3d0385f8fa7f5cf3e1 (diff)
downloadpython-apt-4609ac0f0102e5427419ed4c122c6824ca7d7716.tar.gz
Fix typo seperated => separated in multiple files (reported by lintian).
Diffstat (limited to 'python')
-rw-r--r--python/hashstring.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/hashstring.cc b/python/hashstring.cc
index d4b7a3b2..59d533f8 100644
--- a/python/hashstring.cc
+++ b/python/hashstring.cc
@@ -87,7 +87,7 @@ static char *hashstring_doc =
"HashString(type, hash) OR HashString('type:hash')\n\n"
"Create a new HashString object. The first form allows you to specify\n"
"a type and a hash, and the second form a single string where type and\n"
- "hash are seperated by a colon, e.g.::\n\n"
+ "hash are separated by a colon, e.g.::\n\n"
" HashString('MD5Sum', '6cc1b6e6655e3555ac47e5b5fe26d04e')\n\n"
"Valid options for 'type' are: MD5Sum, SHA1, SHA256.";
PyTypeObject PyHashString_Type = {