Changeset 5097:9d74ce71fcdd in roaraudio for libroar


Ignore:
Timestamp:
07/22/11 22:45:29 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

text corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/error.c

    r5095 r5097  
    862862  {ROAR_ERROR_NOTDIR,      "Not a directory"}, 
    863863  {ROAR_ERROR_BADEXEC,     "Executable file format error"}, 
    864   {ROAR_ERROR_ISCONN,      "SocketObject is connected"}, 
     864  {ROAR_ERROR_ISCONN,      "Socket or Object is connected"}, 
    865865  {ROAR_ERROR_DEADLOCK,    "Resource deadlock would occur"}, 
    866866  {ROAR_ERROR_CONNRST,     "Connection reset"}, 
     
    868868  {ROAR_ERROR_NOTSOCK,     "Not a socket"}, 
    869869  {ROAR_ERROR_TOOMANYARGS, "Argument list too long"}, 
    870   {ROAR_ERROR_TOOLARGE,    "FileObject too large"}, 
     870  {ROAR_ERROR_TOOLARGE,    "File or Object too large"}, 
    871871  {ROAR_ERROR_DESTADDRREQ, "Destination address required"}, 
    872872  {ROAR_ERROR_AFNOTSUP,    "Address family not supported"}, 
Note: See TracChangeset for help on using the changeset viewer.