[Python-modules-commits] [purl] 06/08: Fix spelling error in long description.
Michael Fladischer
fladi at moszumanska.debian.org
Wed May 24 08:45:09 UTC 2017
This is an automated email from the git hooks/post-receive script.
fladi pushed a commit to branch experimental
in repository purl.
commit c6cbad72387182cec51476913f9869d3f7bfc7b9
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date: Tue May 16 14:21:35 2017 +0200
Fix spelling error in long description.
---
debian/changelog | 1 +
debian/control | 6 +++---
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c5394f8..fdb887f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ purl (1.3.1-1~exp1) UNRELEASED; urgency=low
* Add PyPy support package.
* Add missing Build-Depends for dh-python.
* New upstream release.
+ * Fix spelling error in long description.
-- Michael Fladischer <fladi at debian.org> Tue, 16 May 2017 10:42:05 +0200
diff --git a/debian/control b/debian/control
index 26e74c6..b55cd0b 100644
--- a/debian/control
+++ b/debian/control
@@ -29,7 +29,7 @@ Description: URL interrogation and manipulation
A simple, immutable URL class with a clean API for interrogation and
manipulation that also supports template URLs as per RFC 6570.
It parses URLs into URL objects which are immutable but also provides mutator
- methods for all segements which return a new URL instance. This allows for
+ methods for all segments which return a new URL instance. This allows for
easy modification of URLs during runtime.
Package: python3-purl
@@ -40,7 +40,7 @@ Description: URL interrogation and manipulation (Python3 version)
A simple, immutable URL class with a clean API for interrogation and
manipulation that also supports template URLs as per RFC 6570.
It parses URLs into URL objects which are immutable but also provides mutator
- methods for all segements which return a new URL instance. This allows for
+ methods for all segments which return a new URL instance. This allows for
easy modification of URLs during runtime.
.
This package contains the Python 3 version of the library.
@@ -53,7 +53,7 @@ Description: URL interrogation and manipulation (PyPy version)
A simple, immutable URL class with a clean API for interrogation and
manipulation that also supports template URLs as per RFC 6570.
It parses URLs into URL objects which are immutable but also provides mutator
- methods for all segements which return a new URL instance. This allows for
+ methods for all segments which return a new URL instance. This allows for
easy modification of URLs during runtime.
.
This package contains the PyPy version of the library.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/purl.git
More information about the Python-modules-commits
mailing list