[vlc-commits] skins2: fix spelling of 'toggle'
Sebastian Ramacher
git at videolan.org
Wed May 30 20:53:40 CEST 2018
vlc | branch: master | Sebastian Ramacher <sramacher at debian.org> | 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 <remi at remlab.net>
> 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;
More information about the vlc-commits
mailing list