Changeset 5539:8ff56da299af in roaraudio for include


Ignore:
Timestamp:
06/12/12 15:40:17 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/error.h

    r5538 r5539  
    118118 
    119119// store a error state (both libroar and system) 
    120 // returnes the error or ROAR_ERROR_NONE on success so it does not alter gloabl error state. 
     120// returnes the error or ROAR_ERROR_NONE on success so it does not alter global error state. 
    121121int    roar_err_store(struct roar_error_state * state); 
    122122 
    123123// restore error state to values at time of call to roar_err_store() 
    124 // returnes the error or ROAR_ERROR_NONE on success so it does not alter gloabl error state. 
     124// returnes the error or ROAR_ERROR_NONE on success so it does not alter global error state. 
    125125int    roar_err_restore(struct roar_error_state * state); 
    126126 
Note: See TracChangeset for help on using the changeset viewer.