diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-02-09 10:12:07 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-02-09 10:12:07 +0100 |
commit | 94bc29cb71d08ebe039d5ce5b6b2762ac24cbb8f (patch) | |
tree | b24cede14403ab264d7f7684df3d603a15d2f010 /framework/inc/recording | |
parent | 332fffe3b8cd51576c42762e5e9751464777f2ca (diff) |
Typo: I/internaly -> I/internally
Change-Id: Ic9056baf58698743492ab57a882341c730ef2f7a
Diffstat (limited to 'framework/inc/recording')
-rw-r--r-- | framework/inc/recording/dispatchrecordersupplier.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/recording/dispatchrecordersupplier.hxx b/framework/inc/recording/dispatchrecordersupplier.hxx index 9fbf14093cd4..a7a88f50f6db 100644 --- a/framework/inc/recording/dispatchrecordersupplier.hxx +++ b/framework/inc/recording/dispatchrecordersupplier.hxx @@ -62,7 +62,7 @@ class DispatchRecorderSupplier : // baseclasses /** provided dispatch recorder of this supplier instance @life Is controled from outside. Because this variable is setted - from there and not created internaly. But we release our + from there and not created internally. But we release our reference to it if we die. */ css::uno::Reference< css::frame::XDispatchRecorder > m_xDispatchRecorder; |