svn commit: r244676 - stable/9/usr.sbin/sysinstall
Devin Teske
dteske at FreeBSD.org
Tue Dec 25 11:11:26 UTC 2012
Author: dteske
Date: Tue Dec 25 11:11:26 2012
New Revision: 244676
URL: http://svnweb.freebsd.org/changeset/base/244676
Log:
Fix another typo while we're here.
Modified:
stable/9/usr.sbin/sysinstall/http.c
Modified: stable/9/usr.sbin/sysinstall/http.c
==============================================================================
--- stable/9/usr.sbin/sysinstall/http.c Tue Dec 25 10:47:45 2012 (r244675)
+++ stable/9/usr.sbin/sysinstall/http.c Tue Dec 25 11:11:26 2012 (r244676)
@@ -253,7 +253,7 @@ mediaGetHTTP(Device *dev, char *file, Bo
msgConfirm("Client error %s, you could try an other server",buf);
return NULL;
} else if (rv >= 300) {
- msgConfirm("Error %s,",buf);
+ msgConfirm("Error %s",buf);
return NULL;
} else if (rv != 200) {
msgConfirm("Error %s when sending %s, you could try an other server",buf, req);
More information about the svn-src-stable-9
mailing list