vlc | branch: master | Sebastian Ramacher <[email protected]> | Tue May 29 00:32:02 2018 +0200| [680261f038b3c50decf2fb8c4183fb66fed4e8d2] | committer: Rémi Denis-Courmont
skins2: fix spelling of 'toggle' Signed-off-by: Rémi Denis-Courmont <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=680261f038b3c50decf2fb8c4183fb66fed4e8d2 --- modules/gui/skins2/commands/cmd_resize.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gui/skins2/commands/cmd_resize.hpp b/modules/gui/skins2/commands/cmd_resize.hpp index a1d342b592..98c23ed32d 100644 --- a/modules/gui/skins2/commands/cmd_resize.hpp +++ b/modules/gui/skins2/commands/cmd_resize.hpp @@ -77,7 +77,7 @@ public: bool fullscreen ); virtual ~CmdSetFullscreen() { } virtual void execute(); - virtual std::string getType() const { return "toogle fullscreen"; } + virtual std::string getType() const { return "toggle fullscreen"; } private: vout_window_t* m_pWnd; _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
