Changeset 4012:28bea7336add in roaraudio for roard/roard.c


Ignore:
Timestamp:
07/01/10 19:03:41 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

typos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/roard.c

    r3992 r4012  
    8787 printf( 
    8888        " --stream-flags D=F    - Set default flags for stream directions\n" 
    89         "                         D is the stream direction and F is a comma seperated\n" 
     89        "                         D is the stream direction and F is a comma separated\n" 
    9090        "                         list of flags in form +flag or -flag to set or unset\n" 
    9191        "                         a flag as default or remove it from the default\n" 
     
    171171#ifdef IPV6_ADDRFORM 
    172172        " -64                   - Try to downgrade sockets from IPv6 into IPv4,\n" 
    173         "                         this is normaly not usefull.\n" 
     173        "                         this is normaly not useful.\n" 
    174174#endif 
    175175        " -p  --port            - TCP Port to bind to\n" 
     
    181181        "     --proto-bits BITS - Set bits per sample parameter for protocol\n" 
    182182        "     --proto-codec E   - Set codec parameter for protocol\n" 
    183         "     --proto-chans C   - Set number of channels paramter for protocol\n" 
     183        "     --proto-chans C   - Set number of channels parameter for protocol\n" 
    184184        "     --proto-aiprofile PROFILE\n" 
    185185        "                       - Sets the audio profile for socket\n"  
     
    200200        "                         You need the permissions to change the UID (normaly only root has)\n" 
    201201        " --no-listen           - Do not listen for new clients\n" 
    202         "                         (only usefull for relaing, impleys --terminate)\n" 
     202        "                         (only useful for relaing, impleys --terminate)\n" 
    203203        " --client-fh           - Comunicate with a client over this handle\n" 
    204         "                         (only usefull for relaing)\n" 
     204        "                         (only useful for relaing)\n" 
    205205        " --close-fh            - Closes the given fh\n" 
    206206        " --standby             - Start in standby state\n" 
     
    15861586 
    15871587  } else if ( strcmp(k, "-p") == 0 || strcmp(k, "--port") == 0 ) { 
    1588    // This is only usefull in INET not UNIX mode. 
     1588   // This is only useful in INET not UNIX mode. 
    15891589#ifdef ROAR_SUPPORT_LISTEN 
    15901590   if ( *sock_addr == '/' ) 
Note: See TracChangeset for help on using the changeset viewer.