summaryrefslogtreecommitdiff
path: root/src/packages.c
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2008-03-28 08:51:40 +0200
committerGuillem Jover <guillem@debian.org>2008-03-30 12:46:42 +0300
commit9dbb169f8bab1dec67ef9db16edaf311798e6d69 (patch)
tree51f0057f5825ead14842d1f13140dae1545b22ee /src/packages.c
parentee9a86fd8faf81d6a6e53960d3a767cfc3110fd8 (diff)
downloaddpkg-9dbb169f8bab1dec67ef9db16edaf311798e6d69.tar.gz
Fix typos
Close the proper bug report. Fix a typo in a comment.
Diffstat (limited to 'src/packages.c')
-rw-r--r--src/packages.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/packages.c b/src/packages.c
index 9d00ef0ee..e4016b604 100644
--- a/src/packages.c
+++ b/src/packages.c
@@ -167,7 +167,7 @@ void process_queue(void) {
for (rundown = queue.head; rundown; rundown = rundown->next) {
ensure_package_clientdata(rundown->pkg);
if (rundown->pkg->clientdata->istobe == istobe) {
- /* Erase the queue entrie - this is a second copy ! */
+ /* Erase the queue entry - this is a second copy! */
switch (cipaction->arg) {
case act_configure: case act_remove: case act_purge:
printf(_("Package %s listed more than once, only processing once.\n"),