Changeset 5414:2b852fd3712c in roaraudio


Ignore:
Timestamp:
02/20/12 17:47:08 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Typos (Closes: #192) (pr2)

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r5412 r5414  
    1313        * Ported to Win32 (again...) (pr1) 
    1414        * Updated debian init script (pr1) 
     15        * Typos (Closes: #192) (pr2) 
    1516 
    1617v. 0.4 - Fri Nov 11 2011 20:12 CET 
  • doc/new-cmds

    r5395 r5414  
    8888 +:version (TODO) 
    8989 +:flags (TODO) 
    90  +:destination possition (TODO) 
    91  +:destination possition whence (TODO) 
    92  +:destination possition quality (TODO) 
     90 +:destination position (TODO) 
     91 +:destination position whence (TODO) 
     92 +:destination position quality (TODO) 
    9393 +:hint pos (TODO) 
    9494 +:hint whence (TODO) 
     
    102102 +SF_SEEK            = 0x08 
    103103 +HQ_BAD       = 0 
    104  +HQ_BAD_NB    = 1 #(bad, not before this possition) 
     104 +HQ_BAD_NB    = 1 #(bad, not before this position) 
    105105 +HQ_NEAR      = 2 
    106  +HQ_NEAR_NB   = 3 #(Near, not before this possition) 
     106 +HQ_NEAR_NB   = 3 #(Near, not before this position) 
    107107 +HQ_GOOD      = 4 
    108  +HQ_GOOD_NB   = 5 #(good, not before this possition) 
     108 +HQ_GOOD_NB   = 5 #(good, not before this position) 
    109109 +HQ_EXACT     = HQ_EXACT_NB #(ID 6 is skiped here) 
    110110 +HQ_EXACT_NB  = 7 
  • libroar/vio_buffer.c

    r5388 r5414  
    277277 
    278278 // we need to do a physical seek; 
    279  // get in sync with current possition, flush all buffers,... 
     279 // get in sync with current position, flush all buffers,... 
    280280 if ( roar_vio_buffer_sync(vio) == -1 ) 
    281281  return -1; 
  • libroar/vs.c

    r5381 r5414  
    879879 ssize_t bps;  // byte per sample 
    880880 size_t  lioc; // local IO (byte) counter 
    881  size_t  lpos; // local possition 
     881 size_t  lpos; // local position 
    882882 signed long long int lag; 
    883883 struct roar_time rt; 
  • roard/include/roard.h

    r5381 r5414  
    145145#endif 
    146146 
    147 extern uint32_t g_pos; // current possition in output stream 
     147extern uint32_t g_pos; // current position in output stream 
    148148 
    149149extern int g_standby; 
  • roard/roard.c

    r5381 r5414  
    6363#endif 
    6464 
    65 uint32_t g_pos; // current possition in output stream 
     65uint32_t g_pos; // current position in output stream 
    6666 
    6767int g_standby; 
Note: See TracChangeset for help on using the changeset viewer.