summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dtrans/source/win32/dtobj/XTDataObject.hxx2
-rw-r--r--dtrans/source/win32/workbench/XTDo.hxx2
-rw-r--r--fpicker/source/win32/filepicker/helppopupwindow.hxx2
-rw-r--r--slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx2
-rw-r--r--slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionerImpl.mm2
-rw-r--r--slideshow/source/engine/OGLTrans/win/OGLTrans_TransitionerImpl.cxx2
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;