Changeset 4012:28bea7336add in roaraudio for roarclients


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

typos

Location:
roarclients
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • roarclients/roarctl.c

    r3961 r4012  
    9494        "\n" 
    9595        "  flag   ID FLAGS         - Sets flags FLAGS on stream ID. FLAGS may be a comma\n" 
    96         "                            seperated list of flags.\n" 
     96        "                            separated list of flags.\n" 
    9797        "  unflag ID FLAGS         - Unsets flags on a stream. See flag.\n" 
    9898        "\n" 
     
    110110        "  metaload ID FILE        - Loads meta data from file FILE and set it on stream ID\n" 
    111111        "\n" 
    112         "  serveroinfo             - Gets Informations about server output\n" 
    113         "  listclients             - Gets Informations about clients\n" 
    114         "  liststreams             - Gets Informations about streams\n" 
     112        "  serveroinfo             - Gets Information about server output\n" 
     113        "  listclients             - Gets Information about clients\n" 
     114        "  liststreams             - Gets Information about streams\n" 
    115115        "  allinfo                 - Get all infos\n" 
    116116       ); 
  • roarclients/roarradio.c

    r3811 r4012  
    149149 
    150150      if ( fscanf(http, "%79s %i %79s\n", buf0, &port, buf1) != 3 ) { 
    151        ROAR_ERR("HTTP protocoll error!, no initial HTTP/1.x-line!"); 
     151       ROAR_ERR("HTTP protocol error!, no initial HTTP/1.x-line!"); 
    152152       return 1; 
    153153      } 
Note: See TracChangeset for help on using the changeset viewer.