Changeset 3260:8f6eb31e7d84 in roaraudio for roarclients/roarshout.c


Ignore:
Timestamp:
01/30/10 18:28:43 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

typos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/roarshout.c

    r2292 r3260  
    131131 
    132132 if (!(shout = shout_new())) { 
    133   ROAR_ERR("Can not clreate shout object"); 
     133  ROAR_ERR("Can not create shout object"); 
    134134  return 1; 
    135135 } 
     
    185185 
    186186 if ( (fh = roar_simple_monitor(rate, channels, bits, codec, server, "roarshout")) == -1 ) { 
    187   fprintf(stderr, "Error: can not start monetoring\n"); 
     187  fprintf(stderr, "Error: can not start monitoring\n"); 
    188188  return 1; 
    189189 } 
Note: See TracChangeset for help on using the changeset viewer.