enum wxMediaCtrlPlayerControls
{
wxMEDIACTRLPLAYERCONTROLS_NONE = 0,
- //Step controls like fastfoward, step one frame etc.
+ //Step controls like fastforward, step one frame etc.
wxMEDIACTRLPLAYERCONTROLS_STEP = 1 << 0,
//Volume controls like the speaker icon, volume slider, etc.
wxMEDIACTRLPLAYERCONTROLS_VOLUME = 1 << 1,
// for wxMediaCtrl. Backends are searched alphabetically -
// the one with the earliest letter is tried first.
//
-// Note that this is currently not API or ABI compatable -
+// Note that this is currently not API or ABI compatible -
// so statically link or make the client compile on-site.
//
// ----------------------------------------------------------------------------
};
// ----------------------------------------------------------------------------
-// End compilation gaurd
+// End compilation guard
// ----------------------------------------------------------------------------
#endif // wxUSE_MEDIACTRL