diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-02-25 22:00:50 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-02-25 22:00:50 +0100 |
commit | 36774806da0f23897ff9c0b619bf17068d2213cd (patch) | |
tree | 0af8f49461d6087ce56396ed2aa0aba3f83d95ae | |
parent | f8adeb290048fbb5aa104997145d7a5a421efa2a (diff) |
(a/A)utomaticaly -> (a/A)utomatically
Change-Id: Ice4327bdb8e5a14ef082f013fa513b2267f0fbf3
6 files changed, 6 insertions, 6 deletions
diff --git a/dtrans/source/win32/dtobj/XTDataObject.hxx b/dtrans/source/win32/dtobj/XTDataObject.hxx index a8a87c692660..a8d0c944ca8f 100644 --- a/dtrans/source/win32/dtobj/XTDataObject.hxx +++ b/dtrans/source/win32/dtobj/XTDataObject.hxx @@ -52,7 +52,7 @@ appropriate clipboard formats - if the transferable contains text data always text and unicodetext will be offered or vice versa - - text data will be automaticaly converted between text und unicode text + - text data will be automatically converted between text und unicode text - although the transferable may support text in different charsets (codepages) only text in one codepage can be offered by the clipboard diff --git a/dtrans/source/win32/workbench/XTDo.hxx b/dtrans/source/win32/workbench/XTDo.hxx index 5d87dbcc8355..2a9116a2ffd2 100644 --- a/dtrans/source/win32/workbench/XTDo.hxx +++ b/dtrans/source/win32/workbench/XTDo.hxx @@ -50,7 +50,7 @@ class EnumFormatEtc; appropriate clipboard formats - if the transferable contains text data always text and unicodetext will be offered or vice versa - - text data will be automaticaly converted between text und unicode text + - text data will be automatically converted between text und unicode text - although the transferable may support text in different charsets (codepages) only text in one codepage can be offered by the clipboard diff --git a/fpicker/source/win32/filepicker/helppopupwindow.hxx b/fpicker/source/win32/filepicker/helppopupwindow.hxx index ff476cb98c20..ae0179a70796 100644 --- a/fpicker/source/win32/filepicker/helppopupwindow.hxx +++ b/fpicker/source/win32/filepicker/helppopupwindow.hxx @@ -44,7 +44,7 @@ The interface is very simple but necessary for our needs. - The window automaticaly calculates the necessary + The window automatically calculates the necessary dimensions of the window and a appropriate show position based on the position the client provides. When the user click any mouse button or hits any key diff --git a/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx b/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx index 0e991645fda4..8a6ce801176e 100644 --- a/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx +++ b/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx @@ -368,7 +368,7 @@ public: #endif }; -// declare the static variables as some gcc versions have problems declaring them automaticaly +// declare the static variables as some gcc versions have problems declaring them automatically bool OGLTransitionerImpl::cbBrokenTexturesATI; float OGLTransitionerImpl::cnGLVersion; bool OGLTransitionerImpl::cbMesa; diff --git a/slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionerImpl.mm b/slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionerImpl.mm index d48a8315cb17..d490396156fb 100644 --- a/slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionerImpl.mm +++ b/slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionerImpl.mm @@ -285,7 +285,7 @@ public: #endif }; -// declare the static variables as some gcc versions have problems declaring them automaticaly +// declare the static variables as some gcc versions have problems declaring them automatically /**/ bool OGLTransitionerImpl::cbBrokenTexturesATI; diff --git a/slideshow/source/engine/OGLTrans/win/OGLTrans_TransitionerImpl.cxx b/slideshow/source/engine/OGLTrans/win/OGLTrans_TransitionerImpl.cxx index 36a96cba97cb..f24466b57e62 100644 --- a/slideshow/source/engine/OGLTrans/win/OGLTrans_TransitionerImpl.cxx +++ b/slideshow/source/engine/OGLTrans/win/OGLTrans_TransitionerImpl.cxx @@ -297,7 +297,7 @@ public: #endif }; -// declare the static variables as some gcc versions have problems declaring them automaticaly +// declare the static variables as some gcc versions have problems declaring them automatically bool OGLTransitionerImpl::cbBrokenTexturesATI; float OGLTransitionerImpl::cnGLVersion; bool OGLTransitionerImpl::cbMesa; |