[vlc-devel] [PATCH 1/1] skins2: fix spelling of 'toggle'

Sebastian Ramacher sramacher at debian.org
Tue May 29 00:32:02 CEST 2018


---
 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;
-- 
2.17.0



More information about the vlc-devel mailing list