Changeset 173

Show
Ignore:
Timestamp:
08/24/06 11:55:19 (2 years ago)
Author:
aldacron
Message:

* fixed typos in almanual.d and alstatic.d

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/DerelictAL/derelict/openal/almanual.d

    r161 r173  
    116116        bindFunc(alcCreateContext)("alcCreateContext", lib); 
    117117        bindFunc(alcMakeContextCurrent)("alcMakeContextCurrent", lib); 
    118         bindFunc(alcProcessContext)("alcProcessConext", lib); 
     118        bindFunc(alcProcessContext)("alcProcessContext", lib); 
    119119        bindFunc(alcGetCurrentContext)("alcGetCurrentContext", lib); 
    120120        bindFunc(alcGetContextsDevice)("alcGetContextsDevice", lib); 
  • trunk/DerelictAL/derelict/openal/alstatic.d

    r161 r173  
    126126        ALCcontext* alcCreateContext(ALCdevice*); 
    127127        ALCboolean alcMakeContextCurrent(ALCcontext*); 
    128         ALCvoid alcProcessConext(ALCcontext*); 
     128        ALCvoid alcProcessContext(ALCcontext*); 
    129129        ALCcontext* alcGetCurrentContext(); 
    130130        ALCdevice* alcGetContextsDevice(ALCcontext*);