summaryrefslogtreecommitdiff
path: root/basic/source/inc/sbjsmeth.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/inc/sbjsmeth.hxx')
-rw-r--r--basic/source/inc/sbjsmeth.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/inc/sbjsmeth.hxx b/basic/source/inc/sbjsmeth.hxx
index 2b744a0234ec..82fda816dcf7 100644
--- a/basic/source/inc/sbjsmeth.hxx
+++ b/basic/source/inc/sbjsmeth.hxx
@@ -24,7 +24,7 @@
#include <basic/sbmeth.hxx>
// basic module for JavaScript sources
-// All the basic-specific methods must be overloaded virtually and must
+// All the basic-specific methods must be overridden virtually and must
// be deactivated. The differentiation of normal modules is done by RTTI.
class SbJScriptMethod : public SbMethod