Fix spelling in the documentation.

Closes #14034.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70668 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2012-02-22 13:41:07 +00:00
parent a2ce64695d
commit 8cddee2d0e
9 changed files with 13 additions and 13 deletions

View File

@@ -85,7 +85,7 @@ public:
want to render, catch the @c EVT_MEDIA_LOADED event, and then call Play()
to show the video/audio of the media in that event.
More complex operations are generally more heavily dependant on the capabilities
More complex operations are generally more heavily dependent on the capabilities
of the backend. For example, QuickTime cannot set the playback rate of certain
streaming media - while DirectShow is slightly more flexible in that regard.
@@ -337,7 +337,7 @@ public:
/**
Loads the location that uri refers to. Note that this is very
implementation-dependant, although HTTP URI/URLs are generally
implementation-dependent, although HTTP URI/URLs are generally
supported, for example. Returns @false if loading fails.
*/
bool Load(const wxURI& uri);