vlc/vlc-3.0 | branch: master | Sebastian Ramacher <[email protected]> | Tue 
May 29 00:32:02 2018 +0200| [b8d7cb8200ab57c3a7b4244e501e251aa23f53de] | 
committer: Rémi Denis-Courmont

skins2: fix spelling of 'toggle'

Signed-off-by: Rémi Denis-Courmont <[email protected]>
(cherry picked from commit 680261f038b3c50decf2fb8c4183fb66fed4e8d2)
Signed-off-by: Rémi Denis-Courmont <[email protected]>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=b8d7cb8200ab57c3a7b4244e501e251aa23f53de
---

 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 9a9d76b731..6e13eb7c05 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

Reply via email to