Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=setup.git;a=commitdiff;h=0c58a356b32d42bac7f18543371dc32a80ed71b9

commit 0c58a356b32d42bac7f18543371dc32a80ed71b9
Author: Russell Dickenson (AKA phayz) <ph...@frugalware.org>
Date:   Tue Aug 10 20:56:11 2010 +1000

Minor grammatical change

diff --git a/src/util.c b/src/util.c
index e9e570e..974a359 100644
--- a/src/util.c
+++ b/src/util.c
@@ -332,7 +332,7 @@ int fw_system(char* cmd)
pp = popen(ptr, "r");
if(!pp)
{
-               LOG("call to popen falied (%s)", strerror(errno));
+               LOG("call to popen failed (%s)", strerror(errno));
return(-1);
}
while(!feof(pp))
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to