+ fix typo

This commit is contained in:
wmayer 2016-01-20 11:22:27 +01:00
parent f85d168ef0
commit cbe9c39a96

View File

@ -60,7 +60,7 @@ public:
); );
add_varargs_method("openBrowserHTML",&Module::openBrowserHTML add_varargs_method("openBrowserHTML",&Module::openBrowserHTML
); );
initialize("This module is the Web module."); // register with Python initialize("This module is the WebGui module."); // register with Python
} }
virtual ~Module() {} virtual ~Module() {}