From 9dbb169f8bab1dec67ef9db16edaf311798e6d69 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Fri, 28 Mar 2008 08:51:40 +0200 Subject: Fix typos Close the proper bug report. Fix a typo in a comment. --- src/packages.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/packages.c') 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"), -- cgit v1.2.3