(a/A)utomaticaly -> (a/A)utomatically

Change-Id: Ice4327bdb8e5a14ef082f013fa513b2267f0fbf3
This commit is contained in:
Julien Nabet
2014-02-25 22:00:50 +01:00
parent f8adeb2900
commit 36774806da
6 changed files with 6 additions and 6 deletions

View File

@@ -52,7 +52,7 @@
appropriate clipboard formats appropriate clipboard formats
- if the transferable contains text data always text and unicodetext - if the transferable contains text data always text and unicodetext
will be offered or vice versa 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 - although the transferable may support text in different charsets
(codepages) only text in one codepage can be offered by the clipboard (codepages) only text in one codepage can be offered by the clipboard

View File

@@ -50,7 +50,7 @@ class EnumFormatEtc;
appropriate clipboard formats appropriate clipboard formats
- if the transferable contains text data always text and unicodetext - if the transferable contains text data always text and unicodetext
will be offered or vice versa 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 - although the transferable may support text in different charsets
(codepages) only text in one codepage can be offered by the clipboard (codepages) only text in one codepage can be offered by the clipboard

View File

@@ -44,7 +44,7 @@
The interface is very simple but necessary for our The interface is very simple but necessary for our
needs. needs.
The window automaticaly calculates the necessary The window automatically calculates the necessary
dimensions of the window and a appropriate show dimensions of the window and a appropriate show
position based on the position the client provides. position based on the position the client provides.
When the user click any mouse button or hits any key When the user click any mouse button or hits any key

View File

@@ -368,7 +368,7 @@ public:
#endif #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; bool OGLTransitionerImpl::cbBrokenTexturesATI;
float OGLTransitionerImpl::cnGLVersion; float OGLTransitionerImpl::cnGLVersion;
bool OGLTransitionerImpl::cbMesa; bool OGLTransitionerImpl::cbMesa;

View File

@@ -285,7 +285,7 @@ public:
#endif #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; bool OGLTransitionerImpl::cbBrokenTexturesATI;

View File

@@ -297,7 +297,7 @@ public:
#endif #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; bool OGLTransitionerImpl::cbBrokenTexturesATI;
float OGLTransitionerImpl::cnGLVersion; float OGLTransitionerImpl::cnGLVersion;
bool OGLTransitionerImpl::cbMesa; bool OGLTransitionerImpl::cbMesa;