diff options
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rw-r--r-- | doc/source/library/apt_pkg.rst | 2 | ||||
| -rw-r--r-- | doc/source/whatsnew/0.7.100.rst | 2 | ||||
| -rw-r--r-- | python/hashstring.cc | 2 |
4 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index fd87a576..368b45c6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -25,6 +25,7 @@ python-apt (0.7.93.1) UNRELEASED; urgency=low * apt/progress/base.py: - select.error objects do not have an errno attribute (Closes: #568005) * doc/client-example.cc: Update against the new API. + * Fix typo seperated => separated in multiple files (reported by lintian). -- Julian Andres Klode <jak@debian.org> Sat, 23 Jan 2010 15:35:55 +0100 diff --git a/doc/source/library/apt_pkg.rst b/doc/source/library/apt_pkg.rst index 90b3062a..7989a68a 100644 --- a/doc/source/library/apt_pkg.rst +++ b/doc/source/library/apt_pkg.rst @@ -1817,7 +1817,7 @@ String functions .. function:: check_domain_list(host, list) - See if Host is in a ',' seperated list, e.g.:: + See if Host is in a ',' separated list, e.g.:: apt_pkg.check_domain_list("alioth.debian.org","debian.net,debian.org") diff --git a/doc/source/whatsnew/0.7.100.rst b/doc/source/whatsnew/0.7.100.rst index 110336a3..a3888b3a 100644 --- a/doc/source/whatsnew/0.7.100.rst +++ b/doc/source/whatsnew/0.7.100.rst @@ -192,7 +192,7 @@ methods, functions, and their parameters the following rules apply: 3. Replace every [A-Z] with the corresponding [a-z] (descUri => desc_uri) As an exception, refixes such as 'de' (e.g. 'dequote') or 'un' (e.g. 'unlock') -are normally not seperated by underscores from the next word. There are also +are normally not separated by underscores from the next word. There are also some other exceptions which are listed here, and apply to any name containing this word: **filename**, **filesize**, **destdir**, **destfile**, **dequote**, **unlock**, **reinstall**, **pinfile**, **REINSTREQ**, **UNPACKED**, 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 = { |
