diff options
Diffstat (limited to 'lib/kross/api/interpreter.h')
-rw-r--r-- | lib/kross/api/interpreter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kross/api/interpreter.h b/lib/kross/api/interpreter.h index 443585e3..ebb1a09b 100644 --- a/lib/kross/api/interpreter.h +++ b/lib/kross/api/interpreter.h @@ -94,7 +94,7 @@ namespace Kross { namespace Api { /** * \return the file-wildcard used to determinate by this interpreter * used scriptingfiles. Those filter will be used e.g. with - * KGlobal::dirs()->findAllResources() as filtertqmask. For example + * KGlobal::dirs()->findAllResources() as filtermask. For example * python just defines it as "*py". */ const TQString getWildcard(); |