Changeset 5809:c892fef6be33 in roaraudio


Ignore:
Timestamp:
01/04/13 21:01:06 (11 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

typos

Location:
include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/roardl.h

    r5770 r5809  
    314314// Actions objects can emit: 
    315315enum roar_dl_fnreg_action { 
    316  ROAR_DL_FNREG   = 1, // The object is been registered 
    317  ROAR_DL_FNUNREG = 2  // The object is been unregistered 
     316 ROAR_DL_FNREG   = 1, // The object is being registered 
     317 ROAR_DL_FNUNREG = 2  // The object is being unregistered 
    318318}; 
    319319 
     
    390390 // Userdata: 
    391391 // This is some kind of constant data. 
    392  // It can bed used ba the functions below for internal stuff. 
     392 // It can bed used by the functions below for internal stuff. 
    393393 const void * userdata; 
    394394 // Functions: 
  • include/roaraudio/proto.h

    r5624 r5809  
    7373 
    7474#define ROAR_CMD_GET_STREAM_PARA   27 /* Get addition stream parameters like blocksizes */ 
    75 #define ROAR_CMD_SET_STREAM_PARA   28 /* set specal stream parameter */ 
     75#define ROAR_CMD_SET_STREAM_PARA   28 /* set special stream parameter */ 
    7676 
    7777#define ROAR_CMD_ATTACH        29 /* attach a OUTPUT or source */ 
Note: See TracChangeset for help on using the changeset viewer.