Changeset 5414:2b852fd3712c in roaraudio for doc


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

Typos (Closes: #192) (pr2)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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 
Note: See TracChangeset for help on using the changeset viewer.