Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=c29474bbcafb092956e049fc63d3da62f01b58c4

commit c29474bbcafb092956e049fc63d3da62f01b58c4
Author: Priyank <[EMAIL PROTECTED]>
Date:   Tue Nov 4 19:03:17 2008 +0530

minor spellfix in error message
* Closes #3432

diff --git a/lib/libpacman/error.c b/lib/libpacman/error.c
index 4de8b5c..2ddc8f3 100644
--- a/lib/libpacman/error.c
+++ b/lib/libpacman/error.c
@@ -149,7 +149,7 @@ char *pacman_strerror(int err)
case PM_ERR_WRONG_ARCH:
return _("this package is not for this architecture");
case PM_ERR_RETRIEVE:
-                       return _("coult not retrieve the file");
+                       return _("could not retrieve the file");
default:
return _("unexpected error");
}
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to