The following commit has been merged in the master branch:
commit c473bbca60d67ee9d64a4fbe63507e8c9d73bb93
Author: Guillem Jover <[email protected]>
Date: Tue Mar 10 15:55:56 2009 +0200
Fix typo in dpkg output (‘unexecpted’ → ‘unexpected’)
Closes: #519082
Reported-by: Ivan Masár <[email protected]>
diff --git a/debian/changelog b/debian/changelog
index 662399f..1e924bc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,10 @@ dpkg (1.15.1) UNRELEASED; urgency=low
it's not too late. Instead debian/source/format should be used to indicate
the desired source package format.
+ [ Guillem Jover ]
+ * Fix typo in dpkg output (‘unexecpted’ → ‘unexpected’). Closes: #519082
+ Thanks to Ivan Masár.
+
[ Updated dselect translations ]
* German (Sven Joachim).
* Swedish (Peter Krefting).
diff --git a/src/filesdb.c b/src/filesdb.c
index b68b2d2..5a67369 100644
--- a/src/filesdb.c
+++ b/src/filesdb.c
@@ -447,7 +447,7 @@ void ensure_statoverrides(void) {
/* Move to the next bit */
thisline=ptr+1;
if (thisline>=loaded_list_end)
- ohshit(_("unexecpted end of line in statoverride file"));
+ ohshit(_("unexpected end of line in statoverride file"));
fnn= findnamenode(thisline, 0);
if (fnn->statoverride)
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]