From 3352b3786e5b07ae3dcc59e3a1e7dc4c3e4be433 Mon Sep 17 00:00:00 2001
From: Niels Thykier <niels@thykier.net>
Date: Fri, 8 Jun 2012 10:53:57 +0200
Subject: [PATCH] d/changelog: Fix two typoes

Signed-off-by: Niels Thykier <niels@thykier.net>
---
 debian/changelog |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4cf8652..55d4880 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -61,14 +61,14 @@ dpkg (1.16.4) unstable; urgency=low
     become uninstallable. Thanks to Dominic Hargreaves <dom@earth.li>.
     Closes: #675947
   * Put an & before field_capitalize() calls in Dpkg::Control::Fields to
-    fix a usege before declaration warning with perl 5.16. Closes: #676262
+    fix a usage before declaration warning with perl 5.16. Closes: #676262
   * Do not warn in dpkg-divert on missing files list file for packages never
     installed before. Closes: #673518
   * Add support for liblzma to handle .xz and .lzma compressed files, and
     switch to it instead of using xz-utils. This removes the xz-utils
     Pre-Depends from dpkg. Thanks to Jonathan Nieder <jrnieder@gmail.com>.
   * Always activate all path components for file triggers, this fixes file
-    trigger handling for conffiles and dpkg-trigger invokations.
+    trigger handling for conffiles and dpkg-trigger invocations.
     Closes: #675613, #676061, #676062, #676107, #676118, #676122
   * Do not reset Multi-Arch field in the update log when removing the package.
     Closes: #676496
-- 
1.7.10

