summaryrefslogtreecommitdiffstats
path: root/extensions/nsplugin/src
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/nsplugin/src')
-rw-r--r--extensions/nsplugin/src/npwin.cpp2
-rw-r--r--extensions/nsplugin/src/qnp.cpp18
-rw-r--r--extensions/nsplugin/src/qnp.h2
3 files changed, 11 insertions, 11 deletions
diff --git a/extensions/nsplugin/src/npwin.cpp b/extensions/nsplugin/src/npwin.cpp
index 779c2684..45a71227 100644
--- a/extensions/nsplugin/src/npwin.cpp
+++ b/extensions/nsplugin/src/npwin.cpp
@@ -47,7 +47,7 @@ Private_GetJavaClass(void)
//
// we need these to be global since we have to fill one of its field
-// with a data (class) which retquires knowlwdge of the navigator
+// with a data (class) which requires knowlwdge of the navigator
// jump-table. This jump table is known at Initialize time (NP_Initialize)
// which is called after NP_GetEntryPoint
static NPPluginFuncs* g_pluginFuncs;
diff --git a/extensions/nsplugin/src/qnp.cpp b/extensions/nsplugin/src/qnp.cpp
index 4d37eb76..75e55e84 100644
--- a/extensions/nsplugin/src/qnp.cpp
+++ b/extensions/nsplugin/src/qnp.cpp
@@ -18,7 +18,7 @@
** and the KDE Free TQt Foundation.
**
** Please review the following information to ensure GNU General
-** Public Licensing retquirements will be met:
+** Public Licensing requirements will be met:
** http://trolltech.com/products/qt/licenses/licensing/opensource/.
** If you are unsure which license is appropriate for your use, please
** review the following information:
@@ -816,7 +816,7 @@ TQNPWidget::TQNPWidget() :
/*!
Destroys the window. This will be called by the plugin binding
- code when the window is no longer retquired. The web browser will
+ code when the window is no longer required. The web browser will
delete windows when they leave the page. The bindings will change
the TQWidget::winId() of the window when the window is resized, but
this should not affect normal widget behavior.
@@ -880,7 +880,7 @@ TQNPInstance* TQNPWidget::instance()
single \c{<EMBED>} tag in an HTML document.
The TQNPInstance is responsible for creating an appropriate
- TQNPWidget window if retquired (not all plugins have windows), and
+ TQNPWidget window if required (not all plugins have windows), and
for interacting with the input/output facilities intrinsic to
plugins.
@@ -957,8 +957,8 @@ TQNPInstance::~TQNPInstance()
/*!
Called at most once, at some time after the TQNPInstance is
- created. If the plugin retquires a window, this function should
- return a derived class of TQNPWidget that provides the retquired
+ created. If the plugin requires a window, this function should
+ return a derived class of TQNPWidget that provides the required
interface.
*/
TQNPWidget* TQNPInstance::newWindow()
@@ -981,7 +981,7 @@ TQNPWidget* TQNPInstance::widget()
This function is called when a new stream has been created. The
instance should return TRUE if it accepts the processing of the
- stream. If the instance retquires the stream as a file, it should
+ stream. If the instance requires the stream as a file, it should
set \a smode to \c AsFileOnly, in which case the data will be
delivered some time later to the streamAsFile() function.
Otherwise, the data will be delivered in chunks to the write()
@@ -1261,7 +1261,7 @@ void TQNPInstance::status(const char* msg)
Java is disabled, or an error occurred.
The return value is actually a \c{jref} we use \c{void*} so as to
- avoid burdening plugins which do not retquire Java.
+ avoid burdening plugins which do not require Java.
\sa TQNPlugin::getJavaClass(), TQNPlugin::getJavaEnv(), getJavaPeer()
*/
@@ -1542,7 +1542,7 @@ void TQNPlugin::getVersionInfo(int& plugin_major, int& plugin_minor,
TQNPlugin::unuseJavaClass().
The return value is actually a \c{jref}; we use \c{void*} so as to
- avoid burdening plugins which do not retquire Java.
+ avoid burdening plugins which do not require Java.
\sa getJavaEnv(), TQNPInstance::getJavaPeer()
*/
@@ -1566,7 +1566,7 @@ void TQNPlugin::unuseJavaClass()
either Java is disabled or an error occurred.
The return value is actually a \c{JRIEnv*}; we use \c{void*} so as
- to avoid burdening plugins which do not retquire Java.
+ to avoid burdening plugins which do not require Java.
\sa getJavaClass(), TQNPInstance::getJavaPeer()
*/
diff --git a/extensions/nsplugin/src/qnp.h b/extensions/nsplugin/src/qnp.h
index eac78ee8..9cfc7d6a 100644
--- a/extensions/nsplugin/src/qnp.h
+++ b/extensions/nsplugin/src/qnp.h
@@ -18,7 +18,7 @@
** and the KDE Free TQt Foundation.
**
** Please review the following information to ensure GNU General
-** Public Licensing retquirements will be met:
+** Public Licensing requirements will be met:
** http://trolltech.com/products/qt/licenses/licensing/opensource/.
** If you are unsure which license is appropriate for your use, please
** review the following information: