From J.T. Conklin <jtc@redbacknetworks.com>:

* remote.c (remote_query): Fix tipo.
This commit is contained in:
Stan Shebs 1999-01-31 21:23:43 +00:00
parent caf6b72db4
commit b7263fb370
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Sun Jan 31 13:18:33 1999 Stan Shebs <shebs@andros.cygnus.com>
From J.T. Conklin <jtc@redbacknetworks.com>:
* remote.c (remote_query): Fix tipo.
Fri Jan 29 15:25:09 1999 Stan Shebs <shebs@andros.cygnus.com>
* configure.tgt (v850): Add wildcard to match.

View File

@ -3033,7 +3033,7 @@ remote_query (query_type, buf, outbuf, bufsiz)
*p2 = buf[i];
if ( buf[i] )
error ("query larger than avaiable buffer");
error ("query larger than available buffer");
i = putpkt (buf2);
if ( i < 0 ) return i;