diff options
Diffstat (limited to 'khtml/ecma/kjs_debugwin.h')
-rw-r--r-- | khtml/ecma/kjs_debugwin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khtml/ecma/kjs_debugwin.h b/khtml/ecma/kjs_debugwin.h index 8faf71d52..e925965eb 100644 --- a/khtml/ecma/kjs_debugwin.h +++ b/khtml/ecma/kjs_debugwin.h @@ -151,7 +151,7 @@ namespace KJS { /** * @internal * - * KJSDebugWin represents the debugger window that is visible to the user. It contains + * KJSDebugWin represents the debugger window that is visible to the user. It tqcontains * a stack frame list, a code viewer and a source fragment selector, plus buttons * to control execution including next, step and continue. * |