From 30a6d4e304b45fe08120490e3d810c591e083cd1 Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Sat, 24 Jan 2015 22:28:49 +0100 Subject: [PATCH] Fix typos --- debian/changelog | 4 ++-- debian/control | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index bbef703..657d2ca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,8 @@ ubuntu-dev-tools (0.155) UNRELEASED; urgency=medium * Fix python3 setup.py clean failing to read unicode from debian/changelog. * Fix test_config to skip Unicode environment variable test, when python - interpreter is not running in an unicode capable locale. - * Add python-ubunutools dependency to ubuntu-dev-tools. + interpreter is not running in an Unicode capable locale. + * Add python-ubuntutools dependency to ubuntu-dev-tools. -- Dimitri John Ledkov Mon, 19 Jan 2015 14:15:32 +0000 diff --git a/debian/control b/debian/control index b776bd9..2c7bd79 100644 --- a/debian/control +++ b/debian/control @@ -133,7 +133,7 @@ Breaks: ubuntu-dev-tools (<< 0.154) Replaces: ubuntu-dev-tools (<< 0.154) Description: useful library of APIs for Ubuntu developer tools (Python 2) This package ships a collection of APIs, helpers and wrappers used to - develop useful utiliteis for Ubuntu developers. + develop useful utilities for Ubuntu developers. . Python 2 variant. @@ -142,6 +142,6 @@ Architecture: all Depends: ${python3:Depends}, ${misc:Depends} Description: useful library of APIs for Ubuntu developer tools This package ships a collection of APIs, helpers and wrappers used to - develop useful utiliteis for Ubuntu developers. + develop useful utilities for Ubuntu developers. . Python 3 variant.