diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-10 10:25:02 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:29 +0200 |
commit | 13943b18b7911e82e95f301f3ff7e539ea24a68c (patch) | |
tree | fc18e6a8f75b661d5276d1ff77f135410a236af9 /desktop | |
parent | 7f47244dd288a406c5637eeb2299502e5bc1c9af (diff) |
typo: controlls -> controls
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/dispatchwatcher.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/dispatchwatcher.hxx b/desktop/source/app/dispatchwatcher.hxx index e586e1328e04..1ac7b4d3edf5 100644 --- a/desktop/source/app/dispatchwatcher.hxx +++ b/desktop/source/app/dispatchwatcher.hxx @@ -32,7 +32,7 @@ namespace desktop { /* - Class for controlls dispatching of command URL through office command line. There + Class for controls dispatching of command URL through office command line. There are "dangerous" command URLs, that can result in a running office without UI. To prevent this situation the implementation surveile all dispatches and looks for an open task if there is arose a problem. If there is none the office will be shutdown to prevent a |