summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/qnplugin.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/qnplugin.3qt')
-rw-r--r--doc/man/man3/qnplugin.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/qnplugin.3qt b/doc/man/man3/qnplugin.3qt
index 7d2a7203..33a5feb1 100644
--- a/doc/man/man3/qnplugin.3qt
+++ b/doc/man/man3/qnplugin.3qt
@@ -80,13 +80,13 @@ Override this function to return a reference to the Java class that represents t
.PP
If you override this class, you must also override QNPlugin::unuseJavaClass().
.PP
-The return value is actually a \fCjref\fR; we use \fCvoid*\fR so as to avoid burdening plugins which do not retquire Java.
+The return value is actually a \fCjref\fR; we use \fCvoid*\fR so as to avoid burdening plugins which do not require Java.
.PP
See also getJavaEnv() and QNPInstance::getJavaPeer().
.SH "void * QNPlugin::getJavaEnv () const"
Returns a pointer to the Java execution environment, or 0 if either Java is disabled or an error occurred.
.PP
-The return value is actually a \fCJRIEnv*\fR; we use \fCvoid*\fR so as to avoid burdening plugins which do not retquire Java.
+The return value is actually a \fCJRIEnv*\fR; we use \fCvoid*\fR so as to avoid burdening plugins which do not require Java.
.PP
See also getJavaClass() and QNPInstance::getJavaPeer().
.SH "const char * QNPlugin::getMIMEDescription () const\fC [pure virtual]\fR"