glext.h errors

Is there a place I can reports errors in glext.h, etc? There is a section in glext.h that says

#ifndef GL_ARB_texture_mirror_repeat
#define GL_ARB_texture_mirror_repeat 1
#endif

It should be

#ifndef GL_ARB_texture_mirrored_repeat
#define GL_ARB_texture_mirrored_repeat 1
#endif

This is in version 21 of the file.

[This message has been edited by gdewan (edited 02-14-2004).]

Jon Leech is probably the best person to send this info to. I’ll pass it along.