[Python-modules-commits] [python-docker] 02/02: Fixed typo in	description
    Ondřej Nový 
    onovy at moszumanska.debian.org
       
    Fri Oct  7 20:55:09 UTC 2016
    
    
  
This is an automated email from the git hooks/post-receive script.
onovy pushed a commit to branch master
in repository python-docker.
commit 7678c0f03f379f1f684ddadb636e2dddfe7eb005
Author: Ondřej Nový <onovy at debian.org>
Date:   Fri Oct 7 22:53:05 2016 +0200
    Fixed typo in description
---
 debian/changelog | 1 +
 debian/control   | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c283ca0..7b8be19 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ python-docker (1.9.0-1) UNRELEASED; urgency=medium
     (Not needed anymore)
   * Bump required version of python3-websocket to 0.32.0
   * Standards-Version is 3.9.8 now (no change)
+  * Fixed typo in description
 
   [ Andreas Henriksson ]
   * autopkgtest: fix running of integration test
diff --git a/debian/control b/debian/control
index 8bf6de0..32fa0a8 100644
--- a/debian/control
+++ b/debian/control
@@ -34,7 +34,7 @@ Package: python-docker
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}
 Description: Python wrapper to access docker.io's control socket
- This package contains oodles of routines that aid in controling
+ This package contains oodles of routines that aid in controlling
  docker.io over it's socket control, the same way the docker.io
  client controls the daemon.
  .
@@ -44,7 +44,7 @@ Package: python3-docker
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends}
 Description: Python 3 wrapper to access docker.io's control socket
- This package contains oodles of routines that aid in controling
+ This package contains oodles of routines that aid in controlling
  docker.io over it's socket control, the same way the docker.io
  client controls the daemon.
  .
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-docker.git
    
    
More information about the Python-modules-commits
mailing list